#D3A377

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

Shades of Cameo #D3A377

Tints of Cameo #D3A377

Color information

#D3A377 (or 0xD3A377) is unknown color: approx Cameo. HEX triplet: D3, A3 and 77. RGB value is (211,163,119). Sum of RGB (Red+Green+Blue) = 211+163+119=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A377 is #2C5C88. Grayscale: #ACACAC. Windows color (decimal): -2907273 or 7840723. OLE color: 7840723.

HSL color Cylindrical-coordinate representation of color #D3A377: hue angle of 28.7º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3A377 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211163119-
CMYK00.230.440.17
HSL28.7º51.11%64.71%-
HSV(B)28.7º43.6%82.75%-
XYZ43.2941.3823.16-
YUV172.3497.9155.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=42.80%
G=33.06%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116311900.230.440.1728.751.1164.71
HexD3A3770172C111d3341
Octal32324316702754213563101
Binary1101001110100011111011101011110110010001111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A377; }

 p { color: rgb(211,163,119); }

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

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

 a { background-color: rgb(211,163,119); }

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

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

 span { border-color: rgb(211,163,119); }

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