#CCD871

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

Shades of Goldenrod #CCD871

Tints of Goldenrod #CCD871

Color information

#CCD871 (or 0xCCD871) is unknown color: approx 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

RGB204216113-
CMYK0.0600.480.15
HSL66.99º56.91%64.51%-
HSV(B)66.99º47.69%84.71%-
XYZ52.4463.1425.05-
YUV200.6778.52130.38-

RGB Variations

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

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.20%
R=38.27%
G=40.53%
B=21.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161130.0600.480.1566.9956.9164.51
HexCCD8716030F433941
Octal31433016160601710371101
Binary110011001101100011100011100110000111110000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>