#D0A984

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

Shades of Cameo #D0A984

Tints of Cameo #D0A984

Color information

#D0A984 (or 0xD0A984) is unknown color: approx Cameo. HEX triplet: D0, A9 and 84. RGB value is (208,169,132). Sum of RGB (Red+Green+Blue) = 208+169+132=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A984 is #2F567B. Grayscale: #B0B0B0. Windows color (decimal): -3102332 or 8694224. OLE color: 8694224.

HSL color Cylindrical-coordinate representation of color #D0A984: hue angle of 29.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A984 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208169132-
CMYK00.190.370.18
HSL29.21º44.71%66.67%-
HSV(B)29.21º36.54%81.57%-
XYZ44.3743.4527.88-
YUV176.44102.92150.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=40.86%
G=33.20%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816913200.190.370.1829.2144.7166.67
HexD0A98401325121d2d43
Octal32025120402345223555103
Binary11010000101010011000010001001110010110010111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A984; }

 p { color: rgb(208,169,132); }

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

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

 a { background-color: rgb(208,169,132); }

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

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

 span { border-color: rgb(208,169,132); }

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