#D2D68E

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

Shades of Deco #D2D68E

Tints of Deco #D2D68E

Color information

#D2D68E (or 0xD2D68E) is unknown color: approx Deco. HEX triplet: D2, D6 and 8E. RGB value is (210,214,142). Sum of RGB (Red+Green+Blue) = 210+214+142=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D68E is #2D2971. Grayscale: #CCCCCC. Windows color (decimal): -2959730 or 9361106. OLE color: 9361106.

HSL color Cylindrical-coordinate representation of color #D2D68E: hue angle of 63.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2D68E is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB210214142-
CMYK0.0200.340.16
HSL63.33º46.75%69.8%-
HSV(B)63.33º33.64%83.92%-
XYZ55.5163.7534.97-
YUV204.692.67131.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=37.10%
G=37.81%
B=25.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141420.0200.340.1663.3346.7569.8
HexD2D68E2022103f2f46
Octal3223262162042207757106
Binary110100101101011010001110100100010100001111111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D68E; }

 p { color: rgb(210,214,142); }

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

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

 a { background-color: rgb(210,214,142); }

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

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

 span { border-color: rgb(210,214,142); }

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