#CDD467

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

Shades of Goldenrod #CDD467

Tints of Goldenrod #CDD467

Color information

#CDD467 (or 0xCDD467) is unknown color: approx Goldenrod. HEX triplet: CD, D4 and 67. RGB value is (205,212,103). Sum of RGB (Red+Green+Blue) = 205+212+103=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD467 is #322B98. Grayscale: #C5C5C5. Windows color (decimal): -3287961 or 6804685. OLE color: 6804685.

HSL color Cylindrical-coordinate representation of color #CDD467: hue angle of 63.85º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD467 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB205212103-
CMYK0.0300.510.17
HSL63.85º55.9%61.76%-
HSV(B)63.85º51.42%83.14%-
XYZ51.1761.0521.92-
YUV197.4874.68133.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 103 (40.62% from 255) = 19.81%
R=39.42%
G=40.77%
B=19.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121030.0300.510.1763.8555.961.76
HexCDD46730331140383e
Octal3153241473063211007076
Binary11001101110101001100111110110011100011000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD467; }

 p { color: rgb(205,212,103); }

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

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

 a { background-color: rgb(205,212,103); }

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

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

 span { border-color: rgb(205,212,103); }

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