#CDD567

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

Shades of Goldenrod #CDD567

Tints of Goldenrod #CDD567

Color information

#CDD567 (or 0xCDD567) is unknown color: approx Goldenrod. HEX triplet: CD, D5 and 67. RGB value is (205,213,103). Sum of RGB (Red+Green+Blue) = 205+213+103=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD567 is #322A98. Grayscale: #C6C6C6. Windows color (decimal): -3287705 or 6804941. OLE color: 6804941.

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

Color convert

RGB205213103-
CMYK0.0400.520.16
HSL64.36º56.7%61.96%-
HSV(B)64.36º51.64%83.53%-
XYZ51.4261.5522-
YUV198.0774.35132.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 103 (40.62% from 255) = 19.77%
R=39.35%
G=40.88%
B=19.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131030.0400.520.1664.3656.761.96
HexCDD56740341040393e
Octal3153251474064201007176
Binary110011011101010111001111000110100100001000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD567; }

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

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

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

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

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

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

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

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