#D3D88A

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

Shades of Deco #D3D88A

Tints of Deco #D3D88A

Color information

#D3D88A (or 0xD3D88A) is unknown color: approx Deco. HEX triplet: D3, D8 and 8A. RGB value is (211,216,138). Sum of RGB (Red+Green+Blue) = 211+216+138=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D88A is #2C2775. Grayscale: #CDCDCD. Windows color (decimal): -2893686 or 9099475. OLE color: 9099475.

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

Color convert

RGB211216138-
CMYK0.0200.360.15
HSL63.85º50%69.41%-
HSV(B)63.85º36.11%84.71%-
XYZ56.0164.833.6-
YUV205.6189.84131.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=37.35%
G=38.23%
B=24.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112161380.0200.360.1563.855069.41
HexD3D88A2024F403245
Octal32333021220441710062105
Binary110100111101100010001010100100100111110000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D88A; }

 p { color: rgb(211,216,138); }

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

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

 a { background-color: rgb(211,216,138); }

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

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

 span { border-color: rgb(211,216,138); }

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