#CCDA71

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

Shades of Goldenrod #CCDA71

Tints of Goldenrod #CCDA71

Color information

#CCDA71 (or 0xCCDA71) is unknown color: approx Goldenrod. HEX triplet: CC, DA and 71. RGB value is (204,218,113). Sum of RGB (Red+Green+Blue) = 204+218+113=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA71 is #33258E. Grayscale: #CACACA. Windows color (decimal): -3351951 or 7461580. OLE color: 7461580.

HSL color Cylindrical-coordinate representation of color #CCDA71: hue angle of 68º degrees, saturation: 0.59, 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 #CCDA71 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB204218113-
CMYK0.0600.480.15
HSL68º58.66%64.9%-
HSV(B)68º48.17%85.49%-
XYZ52.9564.1725.22-
YUV201.8477.86129.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=38.13%
G=40.75%
B=21.12%

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
Decimal2042181130.0600.480.156858.6664.9
HexCCDA716030F443b41
Octal31433216160601710473101
Binary110011001101101011100011100110000111110001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA71; }

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

 H1.HeaderClassName
 {
   color: #CCDA71;
 }
 .AnyTagClassName
 {
   color: #CCDA71;
 }
</style>
background-color css

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

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

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

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

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

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