#D2A984

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

Shades of Cameo #D2A984

Tints of Cameo #D2A984

Color information

#D2A984 (or 0xD2A984) is unknown color: approx Cameo. HEX triplet: D2, A9 and 84. RGB value is (210,169,132). Sum of RGB (Red+Green+Blue) = 210+169+132=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A984 is #2D567B. Grayscale: #B1B1B1. Windows color (decimal): -2971260 or 8694226. OLE color: 8694226.

HSL color Cylindrical-coordinate representation of color #D2A984: hue angle of 28.46º degrees, saturation: 0.46, 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 #D2A984 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210169132-
CMYK00.200.370.18
HSL28.46º46.43%67.06%-
HSV(B)28.46º37.14%82.35%-
XYZ44.9343.7427.91-
YUV177.04102.58151.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=41.10%
G=33.07%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016913200.200.370.1828.4646.4367.06
HexD2A98401425121c2e43
Octal32225120402445223456103
Binary11010010101010011000010001010010010110010111001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A984; }

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

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

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

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

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

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

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

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