#CDD48B

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

Shades of Deco #CDD48B

Tints of Deco #CDD48B

Color information

#CDD48B (or 0xCDD48B) is unknown color: approx Deco. HEX triplet: CD, D4 and 8B. RGB value is (205,212,139). Sum of RGB (Red+Green+Blue) = 205+212+139=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD48B is #322B74. Grayscale: #C9C9C9. Windows color (decimal): -3287925 or 9163981. OLE color: 9163981.

HSL color Cylindrical-coordinate representation of color #CDD48B: hue angle of 65.75º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD48B is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB205212139-
CMYK0.0300.340.17
HSL65.75º45.91%68.82%-
HSV(B)65.75º34.43%83.14%-
XYZ53.3861.9333.57-
YUV201.5892.68130.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 139 (54.69% from 255) = 25%
R=36.87%
G=38.13%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121390.0300.340.1765.7545.9168.82
HexCDD48B302211422e45
Octal31532421330422110256105
Binary1100110111010100100010111101000101000110000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD48B; }

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

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

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

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

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

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

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

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