#CDD568

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

Shades of Goldenrod #CDD568

Tints of Goldenrod #CDD568

Color information

#CDD568 (or 0xCDD568) is unknown color: approx Goldenrod. HEX triplet: CD, D5 and 68. RGB value is (205,213,104). Sum of RGB (Red+Green+Blue) = 205+213+104=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD568 is #322A97. Grayscale: #C6C6C6. Windows color (decimal): -3287704 or 6870477. OLE color: 6870477.

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

Color convert

RGB205213104-
CMYK0.0400.510.16
HSL64.4º56.48%62.16%-
HSV(B)64.4º51.17%83.53%-
XYZ51.4761.5722.27-
YUV198.1874.85132.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 104 (41.02% from 255) = 19.92%
R=39.27%
G=40.80%
B=19.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131040.0400.510.1664.456.4862.16
HexCDD56840331040383e
Octal3153251504063201007076
Binary110011011101010111010001000110011100001000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD568; }

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

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

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

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

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

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

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

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