#D0D692

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

Shades of Deco #D0D692

Tints of Deco #D0D692

Color information

#D0D692 (or 0xD0D692) is unknown color: approx Deco. HEX triplet: D0, D6 and 92. RGB value is (208,214,146). Sum of RGB (Red+Green+Blue) = 208+214+146=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D692 is #2F296D. Grayscale: #CCCCCC. Windows color (decimal): -3090798 or 9623248. OLE color: 9623248.

HSL color Cylindrical-coordinate representation of color #D0D692: hue angle of 65.29º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0D692 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB208214146-
CMYK0.0300.320.16
HSL65.29º45.33%70.59%-
HSV(B)65.29º31.78%83.92%-
XYZ55.2563.5836.55-
YUV204.4595.01130.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=36.62%
G=37.68%
B=25.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141460.0300.320.1665.2945.3370.59
HexD0D692302010412d47
Octal32032622230402010155107
Binary1101000011010110100100101101000001000010000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D692; }

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

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

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

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

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

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

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

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