#CFDB72

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

Shades of Goldenrod #CFDB72

Tints of Goldenrod #CFDB72

Color information

#CFDB72 (or 0xCFDB72) is unknown color: approx Goldenrod. HEX triplet: CF, DB and 72. RGB value is (207,219,114). Sum of RGB (Red+Green+Blue) = 207+219+114=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB72 is #30248D. Grayscale: #CBCBCB. Windows color (decimal): -3155086 or 7527375. OLE color: 7527375.

HSL color Cylindrical-coordinate representation of color #CFDB72: hue angle of 66.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFDB72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB207219114-
CMYK0.0500.480.14
HSL66.86º59.32%65.29%-
HSV(B)66.86º47.95%85.88%-
XYZ54.165.1425.64-
YUV203.4477.52130.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=38.33%
G=40.56%
B=21.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191140.0500.480.1466.8659.3265.29
HexCFDB725030E433b41
Octal31733316250601610373101
Binary110011111101101111100101010110000111010000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDB72; }

 p { color: rgb(207,219,114); }

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

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

 a { background-color: rgb(207,219,114); }

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

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

 span { border-color: rgb(207,219,114); }

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