#CDD168

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

Shades of Goldenrod #CDD168

Tints of Goldenrod #CDD168

Color information

#CDD168 (or 0xCDD168) is unknown color: approx Goldenrod. HEX triplet: CD, D1 and 68. RGB value is (205,209,104). Sum of RGB (Red+Green+Blue) = 205+209+104=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD168 is #322E97. Grayscale: #C4C4C4. Windows color (decimal): -3288728 or 6869453. OLE color: 6869453.

HSL color Cylindrical-coordinate representation of color #CDD168: hue angle of 62.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD168 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB205209104-
CMYK0.0200.500.18
HSL62.29º53.3%61.37%-
HSV(B)62.29º50.24%81.96%-
XYZ50.4859.5821.94-
YUV195.8376.17134.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=39.58%
G=40.35%
B=20.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091040.0200.500.1862.2953.361.37
HexCDD1682032123e353d
Octal315321150206222766575
Binary1100110111010001110100010011001010010111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD168; }

 p { color: rgb(205,209,104); }

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

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

 a { background-color: rgb(205,209,104); }

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

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

 span { border-color: rgb(205,209,104); }

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