#CDD58F

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

Shades of Deco #CDD58F

Tints of Deco #CDD58F

Color information

#CDD58F (or 0xCDD58F) is unknown color: approx Deco. HEX triplet: CD, D5 and 8F. RGB value is (205,213,143). Sum of RGB (Red+Green+Blue) = 205+213+143=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD58F is #322A70. Grayscale: #CACACA. Windows color (decimal): -3287665 or 9426381. OLE color: 9426381.

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

Color convert

RGB205213143-
CMYK0.0400.330.16
HSL66.86º45.45%69.8%-
HSV(B)66.86º32.86%83.53%-
XYZ53.9362.5535.22-
YUV202.6394.35129.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 143 (56.25% from 255) = 25.49%
R=36.54%
G=37.97%
B=25.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131430.0400.330.1666.8645.4569.8
HexCDD58F402110432d46
Octal31532521740412010355106
Binary11001101110101011000111110001000011000010000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD58F; }

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

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

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

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

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

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

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

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