#CDDA8B

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

Shades of Deco #CDDA8B

Tints of Deco #CDDA8B

Color information

#CDDA8B (or 0xCDDA8B) is unknown color: approx Deco. HEX triplet: CD, DA and 8B. RGB value is (205,218,139). Sum of RGB (Red+Green+Blue) = 205+218+139=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA8B is #322574. Grayscale: #CDCDCD. Windows color (decimal): -3286389 or 9165517. OLE color: 9165517.

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

Color convert

RGB205218139-
CMYK0.0600.360.15
HSL69.87º51.63%70%-
HSV(B)69.87º36.24%85.49%-
XYZ54.9164.9934.08-
YUV205.1190.69127.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=36.48%
G=38.79%
B=24.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181390.0600.360.1569.8751.6370
HexCDDA8B6024F463446
Octal31533221360441710664106
Binary1100110111011010100010111100100100111110001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA8B; }

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

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

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

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

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

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

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

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