Html Css Color HEX #CCD86C Goldenrod

📋 copy color: '#CCD86C'

red 204 ◦ green 216 ◦ blue 108

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

Shades of Goldenrod #CCD86C

Tints of Goldenrod #CCD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 38.64%
G = 40.91%
B = 20.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CCD86C (or 0xCCD86C) is known color: Goldenrod. HEX triplet: CC, D8 and 6C. RGB value is (204,216,108). Sum of RGB (Red+Green+Blue) = 204+216+108=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD86C is #332793. Grayscale: #C8C8C8. Windows color (decimal): -3352468 or 7133388. OLE color: 7133388.

HSL color Cylindrical-coordinate representation of color #CCD86C: hue angle of 66.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD86C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 108 -
CMYK 0.06 0 0.50 0.15
HSL 66.67º 0.58% 0.64% -
HSV(B) 66.67º 0.5% 0.85% -
XYZ 52.16 63.03 23.6 -
YUV 200.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 204 216 108 0.06 0 0.50 0.15 66.67 0.58 0.64
Hex CC D8 6C 6 0 32 F 43 3A 40
Octal 314 330 154 6 0 62 17 103 72 100
Binary 11001100 11011000 1101100 110 0 110010 1111 1000011 111010 1000000

Color Harmonies of #CCD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD86C

Black with #CCD86C

Text Example


Text Example

White with #CCD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD86C; }

 p { color: rgb(204,216,108); }

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

background-color css

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

 a { background-color: rgb(204,216,108); }

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

border-color css

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

 span { border-color: rgb(204,216,108); }

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