#CDD874

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

Shades of Goldenrod #CDD874

Tints of Goldenrod #CDD874

Color information

#CDD874 (or 0xCDD874) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 74. RGB value is (205,216,116). Sum of RGB (Red+Green+Blue) = 205+216+116=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD874 is #32278B. Grayscale: #C9C9C9. Windows color (decimal): -3286924 or 7657677. OLE color: 7657677.

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

Color convert

RGB205216116-
CMYK0.0500.460.15
HSL66.6º56.18%65.1%-
HSV(B)66.6º46.3%84.71%-
XYZ52.8963.3525.96-
YUV201.3179.86130.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=38.18%
G=40.22%
B=21.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161160.0500.460.1566.656.1865.1
HexCDD874502EF433841
Octal31533016450561710370101
Binary110011011101100011101001010101110111110000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD874; }

 p { color: rgb(205,216,116); }

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

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

 a { background-color: rgb(205,216,116); }

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

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

 span { border-color: rgb(205,216,116); }

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