#CFDB61

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

Shades of Goldenrod #CFDB61

Tints of Goldenrod #CFDB61

Color information

#CFDB61 (or 0xCFDB61) is unknown color: approx Goldenrod. HEX triplet: CF, DB and 61. RGB value is (207,219,97). Sum of RGB (Red+Green+Blue) = 207+219+97=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB61 is #30249E. Grayscale: #C9C9C9. Windows color (decimal): -3155103 or 6413263. OLE color: 6413263.

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

Color convert

RGB20721997-
CMYK0.0500.560.14
HSL65.9º62.89%61.96%-
HSV(B)65.9º55.71%85.88%-
XYZ53.2264.7921.01-
YUV201.569.02131.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=39.58%
G=41.87%
B=18.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207219970.0500.560.1465.962.8961.96
HexCFDB615038E423f3e
Octal3173331415070161027776
Binary11001111110110111100001101011100011101000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDB61; }

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

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

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

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

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

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

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

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