#D2D690

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

Shades of Deco #D2D690

Tints of Deco #D2D690

Color information

#D2D690 (or 0xD2D690) is unknown color: approx Deco. HEX triplet: D2, D6 and 90. RGB value is (210,214,144). Sum of RGB (Red+Green+Blue) = 210+214+144=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D690 is #2D296F. Grayscale: #CDCDCD. Windows color (decimal): -2959728 or 9492178. OLE color: 9492178.

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

Color convert

RGB210214144-
CMYK0.0200.330.16
HSL63.43º46.05%70.2%-
HSV(B)63.43º32.71%83.92%-
XYZ55.6663.8135.77-
YUV204.8293.67131.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=36.97%
G=37.68%
B=25.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141440.0200.330.1663.4346.0570.2
HexD2D6902021103f2e46
Octal3223262202041207756106
Binary110100101101011010010000100100001100001111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D690; }

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

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

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

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

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

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

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

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