#CDD56B

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

Shades of Goldenrod #CDD56B

Tints of Goldenrod #CDD56B

Color information

#CDD56B (or 0xCDD56B) is unknown color: approx Goldenrod. HEX triplet: CD, D5 and 6B. RGB value is (205,213,107). Sum of RGB (Red+Green+Blue) = 205+213+107=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD56B is #322A94. Grayscale: #C6C6C6. Windows color (decimal): -3287701 or 7067085. OLE color: 7067085.

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

Color convert

RGB205213107-
CMYK0.0400.500.16
HSL64.53º55.79%62.75%-
HSV(B)64.53º49.77%83.53%-
XYZ51.6261.6323.08-
YUV198.5276.35132.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 107 (42.19% from 255) = 20.38%
R=39.05%
G=40.57%
B=20.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131070.0400.500.1664.5355.7962.75
HexCDD56B40321041383f
Octal3153251534062201017077
Binary110011011101010111010111000110010100001000001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD56B; }

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

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

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

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

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

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

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

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