#D2D68A

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

Shades of Deco #D2D68A

Tints of Deco #D2D68A

Color information

#D2D68A (or 0xD2D68A) is unknown color: approx Deco. HEX triplet: D2, D6 and 8A. RGB value is (210,214,138). Sum of RGB (Red+Green+Blue) = 210+214+138=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D68A is #2D2975. Grayscale: #CCCCCC. Windows color (decimal): -2959734 or 9098962. OLE color: 9098962.

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

Color convert

RGB210214138-
CMYK0.0200.360.16
HSL63.16º48.1%69.02%-
HSV(B)63.16º35.51%83.92%-
XYZ55.2163.6333.42-
YUV204.1490.67132.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=37.37%
G=38.08%
B=24.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141380.0200.360.1663.1648.169.02
HexD2D68A2024103f3045
Octal3223262122044207760105
Binary110100101101011010001010100100100100001111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D68A; }

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

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

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

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

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

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

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

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