#D4DC8B

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

Shades of Deco #D4DC8B

Tints of Deco #D4DC8B

Color information

#D4DC8B (or 0xD4DC8B) is unknown color: approx Deco. HEX triplet: D4, DC and 8B. RGB value is (212,220,139). Sum of RGB (Red+Green+Blue) = 212+220+139=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC8B is #2B2374. Grayscale: #D0D0D0. Windows color (decimal): -2827125 or 9166036. OLE color: 9166036.

HSL color Cylindrical-coordinate representation of color #D4DC8B: hue angle of 65.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4DC8B is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB212220139-
CMYK0.0400.370.14
HSL65.93º53.64%70.39%-
HSV(B)65.93º36.82%86.27%-
XYZ57.467.0534.34-
YUV208.3788.85130.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=37.13%
G=38.53%
B=24.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201390.0400.370.1465.9353.6470.39
HexD4DC8B4025E423646
Octal32433421340451610266106
Binary1101010011011100100010111000100101111010000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DC8B; }

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

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

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

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

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

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

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

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