Html Css Color HEX #CCD06B Goldenrod

📋 copy color: '#CCD06B'

red 204 ◦ green 208 ◦ blue 107

#CCD06B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CCD06B

Tints of Goldenrod #CCD06B

RGB

 RED value IS 204 (80.08% from 255) = 39.31%

 GREEN value IS 208 (81.64% from 255) = 40.08%

 BLUE value IS 107 (42.19% from 255) = 20.62%

R = 39.31%
G = 40.08%
B = 20.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CCD06B (or 0xCCD06B) is known color: Goldenrod. HEX triplet: CC, D0 and 6B. RGB value is (204,208,107). Sum of RGB (Red+Green+Blue) = 204+208+107=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD06B is #332F94. Grayscale: #C3C3C3. Windows color (decimal): -3354517 or 7065804. OLE color: 7065804.

HSL color Cylindrical-coordinate representation of color #CCD06B: hue angle of 62.38º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD06B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 107 -
CMYK 0.02 0 0.49 0.18
HSL 62.38º 0.52% 0.62% -
HSV(B) 62.38º 0.49% 0.82% -
XYZ 50.11 59.01 22.66 -
YUV 195.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 204 208 107 0.02 0 0.49 0.18 62.38 0.52 0.62
Hex CC D0 6B 2 0 31 12 3E 34 3E
Octal 314 320 153 2 0 61 22 76 64 76
Binary 11001100 11010000 1101011 10 0 110001 10010 111110 110100 111110

Color Harmonies of #CCD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD06B

Black with #CCD06B

Text Example


Text Example

White with #CCD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD06B; }

 p { color: rgb(204,208,107); }

 H1.HeaderClassName
 {
   color: #CCD06B;
 }
 .AnyTagClassName
 {
   color: #CCD06B;
 }
</style>

background-color css

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

 a { background-color: rgb(204,208,107); }

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

border-color css

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

 span { border-color: rgb(204,208,107); }

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