#D0D690

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

Shades of Deco #D0D690

Tints of Deco #D0D690

Color information

#D0D690 (or 0xD0D690) is unknown color: approx Deco. HEX triplet: D0, D6 and 90. RGB value is (208,214,144). Sum of RGB (Red+Green+Blue) = 208+214+144=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D690 is #2F296F. Grayscale: #CCCCCC. Windows color (decimal): -3090800 or 9492176. OLE color: 9492176.

HSL color Cylindrical-coordinate representation of color #D0D690: hue angle of 65.14º 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 #D0D690 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB208214144-
CMYK0.0300.330.16
HSL65.14º46.05%70.2%-
HSV(B)65.14º32.71%83.92%-
XYZ55.0963.5235.74-
YUV204.2394.01130.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=36.75%
G=37.81%
B=25.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141440.0300.330.1665.1446.0570.2
HexD0D690302110412e46
Octal32032622030412010156106
Binary1101000011010110100100001101000011000010000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D690; }

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

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

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

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

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

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

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

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