#CCDB6A

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

Shades of Goldenrod #CCDB6A

Tints of Goldenrod #CCDB6A

Color information

#CCDB6A (or 0xCCDB6A) is unknown color: approx Goldenrod. HEX triplet: CC, DB and 6A. RGB value is (204,219,106). Sum of RGB (Red+Green+Blue) = 204+219+106=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB6A is #332495. Grayscale: #CACACA. Windows color (decimal): -3351702 or 7003084. OLE color: 7003084.

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

Color convert

RGB204219106-
CMYK0.0700.520.14
HSL67.96º61.08%63.73%-
HSV(B)67.96º51.6%85.88%-
XYZ52.8364.5423.31-
YUV201.6374.03129.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=38.56%
G=41.40%
B=20.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191060.0700.520.1467.9661.0863.73
HexCCDB6A7034E443d40
Octal31433315270641610475100
Binary110011001101101111010101110110100111010001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB6A; }

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

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

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

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

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

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

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

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