#CCDB65

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

Shades of Goldenrod #CCDB65

Tints of Goldenrod #CCDB65

Color information

#CCDB65 (or 0xCCDB65) is unknown color: approx Goldenrod. HEX triplet: CC, DB and 65. RGB value is (204,219,101). Sum of RGB (Red+Green+Blue) = 204+219+101=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB65 is #33249A. Grayscale: #C9C9C9. Windows color (decimal): -3351707 or 6675404. OLE color: 6675404.

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

Color convert

RGB204219101-
CMYK0.0700.540.14
HSL67.63º62.11%62.75%-
HSV(B)67.63º53.88%85.88%-
XYZ52.5864.4421.98-
YUV201.0671.53130.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=38.93%
G=41.79%
B=19.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191010.0700.540.1467.6362.1162.75
HexCCDB657036E443e3f
Octal3143331457066161047677
Binary11001100110110111100101111011011011101000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB65; }

 p { color: rgb(204,219,101); }

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

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

 a { background-color: rgb(204,219,101); }

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

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

 span { border-color: rgb(204,219,101); }

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