Html Css Color HEX #CCD86B Goldenrod

📋 copy color: '#CCD86B'

red 204 ◦ green 216 ◦ blue 107

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

Shades of Goldenrod #CCD86B

Tints of Goldenrod #CCD86B

RGB

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

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

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

R = 38.71%
G = 40.99%
B = 20.3%

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

#CCD86B (or 0xCCD86B) is known color: Goldenrod. HEX triplet: CC, D8 and 6B. RGB value is (204,216,107). Sum of RGB (Red+Green+Blue) = 204+216+107=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD86B is #332794. Grayscale: #C8C8C8. Windows color (decimal): -3352469 or 7067852. OLE color: 7067852.

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

Color convert

RGB 204 216 107 -
CMYK 0.06 0 0.50 0.15
HSL 66.61º 0.58% 0.63% -
HSV(B) 66.61º 0.5% 0.85% -
XYZ 52.11 63.01 23.33 -
YUV 199.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 204 216 107 0.06 0 0.50 0.15 66.61 0.58 0.63
Hex CC D8 6B 6 0 32 F 43 3A 3F
Octal 314 330 153 6 0 62 17 103 72 77
Binary 11001100 11011000 1101011 110 0 110010 1111 1000011 111010 111111

Color Harmonies of #CCD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD86B

Black with #CCD86B

Text Example


Text Example

White with #CCD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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