#CDD571

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

Shades of Goldenrod #CDD571

Tints of Goldenrod #CDD571

Color information

#CDD571 (or 0xCDD571) is unknown color: approx Goldenrod. HEX triplet: CD, D5 and 71. RGB value is (205,213,113). Sum of RGB (Red+Green+Blue) = 205+213+113=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD571 is #322A8E. Grayscale: #C7C7C7. Windows color (decimal): -3287695 or 7460301. OLE color: 7460301.

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

Color convert

RGB205213113-
CMYK0.0400.470.16
HSL64.8º54.35%63.92%-
HSV(B)64.8º46.95%83.53%-
XYZ51.9561.7624.81-
YUV199.2179.35132.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=38.61%
G=40.11%
B=21.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131130.0400.470.1664.854.3563.92
HexCDD571402F10413640
Octal31532516140572010166100
Binary1100110111010101111000110001011111000010000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD571; }

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

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

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

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

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

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

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

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