#D2764A

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

Shades of Raw Sienna #D2764A

Tints of Raw Sienna #D2764A

Color information

#D2764A (or 0xD2764A) is unknown color: approx Raw Sienna. HEX triplet: D2, 76 and 4A. RGB value is (210,118,74). Sum of RGB (Red+Green+Blue) = 210+118+74=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2764A is #2D89B5. Grayscale: #8C8C8C. Windows color (decimal): -2984374 or 4880082. OLE color: 4880082.

HSL color Cylindrical-coordinate representation of color #D2764A: hue angle of 19.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2764A is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB21011874-
CMYK00.440.650.18
HSL19.41º60.18%55.69%-
HSV(B)19.41º64.76%82.35%-
XYZ34.2927.159.91-
YUV140.4990.48177.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.24%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=52.24%
G=29.35%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101187400.440.650.1819.4160.1855.69
HexD2764A02C4112133c38
Octal32216611205410122237470
Binary1101001011101101001010010110010000011001010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2764A; }

 p { color: rgb(210,118,74); }

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

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

 a { background-color: rgb(210,118,74); }

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

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

 span { border-color: rgb(210,118,74); }

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