Html Css Color HEX #CCD871 Goldenrod

📋 copy color: '#CCD871'

red 204 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #CCD871

Tints of Goldenrod #CCD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 38.27%
G = 40.53%
B = 21.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CCD871 (or 0xCCD871) is known color: Goldenrod. HEX triplet: CC, D8 and 71. RGB value is (204,216,113). Sum of RGB (Red+Green+Blue) = 204+216+113=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD871 is #33278E. Grayscale: #C9C9C9. Windows color (decimal): -3352463 or 7461068. OLE color: 7461068.

HSL color Cylindrical-coordinate representation of color #CCD871: hue angle of 66.99º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD871 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 113 -
CMYK 0.06 0 0.48 0.15
HSL 66.99º 0.57% 0.65% -
HSV(B) 66.99º 0.48% 0.85% -
XYZ 52.44 63.14 25.05 -
YUV 200.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 204 216 113 0.06 0 0.48 0.15 66.99 0.57 0.65
Hex CC D8 71 6 0 30 F 43 39 41
Octal 314 330 161 6 0 60 17 103 71 101
Binary 11001100 11011000 1110001 110 0 110000 1111 1000011 111001 1000001

Color Harmonies of #CCD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD871

Black with #CCD871

Text Example


Text Example

White with #CCD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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