#CDDA95

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

Shades of Deco #CDDA95

Tints of Deco #CDDA95

Color information

#CDDA95 (or 0xCDDA95) is unknown color: approx Deco. HEX triplet: CD, DA and 95. RGB value is (205,218,149). Sum of RGB (Red+Green+Blue) = 205+218+149=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA95 is #32256A. Grayscale: #CECECE. Windows color (decimal): -3286379 or 9820877. OLE color: 9820877.

HSL color Cylindrical-coordinate representation of color #CDDA95: hue angle of 71.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDDA95 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB205218149-
CMYK0.0600.320.15
HSL71.3º48.25%71.96%-
HSV(B)71.3º31.65%85.49%-
XYZ55.6765.2938.1-
YUV206.2595.69127.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=35.84%
G=38.11%
B=26.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181490.0600.320.1571.348.2571.96
HexCDDA956020F473048
Octal31533222560401710760110
Binary1100110111011010100101011100100000111110001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA95; }

 p { color: rgb(205,218,149); }

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

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

 a { background-color: rgb(205,218,149); }

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

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

 span { border-color: rgb(205,218,149); }

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