#CFD465

Color #CFD465 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFD465

Tints of Goldenrod #CFD465

Color information

#CFD465 (or 0xCFD465) is unknown color: approx Goldenrod. HEX triplet: CF, D4 and 65. RGB value is (207,212,101). Sum of RGB (Red+Green+Blue) = 207+212+101=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD465 is #302B9A. Grayscale: #C6C6C6. Windows color (decimal): -3156891 or 6673615. OLE color: 6673615.

HSL color Cylindrical-coordinate representation of color #CFD465: hue angle of 62.7º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD465 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB207212101-
CMYK0.0200.520.17
HSL62.7º56.35%61.37%-
HSV(B)62.7º52.36%83.14%-
XYZ51.6261.2921.42-
YUV197.8573.34134.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=39.81%
G=40.77%
B=19.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121010.0200.520.1762.756.3561.37
HexCFD4652034113f383d
Octal317324145206421777075
Binary1100111111010100110010110011010010001111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD465; }

 p { color: rgb(207,212,101); }

 H1.HeaderClassName
 {
   color: #CFD465;
 }
 .AnyTagClassName
 {
   color: #CFD465;
 }
</style>
background-color css

<style>
 a { background-color: #CFD465; }

 a { background-color: rgb(207,212,101); }

 div.DivClassName
 {
   background-color: #CFD465;
 }
 .BgClassName
 {
   background-color: #CFD465;
 }
</style>
border-color css

<style>
 span { border-color: #CFD465; }

 span { border-color: rgb(207,212,101); }

 td.TdClassName
 {
   border-color: #CFD465;
 }
 .TagClassName
 {
   border-color: #CFD465;
 }
</style>