#DA8B4A

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

Shades of Raw Sienna #DA8B4A

Tints of Raw Sienna #DA8B4A

Color information

#DA8B4A (or 0xDA8B4A) is unknown color: approx Raw Sienna. HEX triplet: DA, 8B and 4A. RGB value is (218,139,74). Sum of RGB (Red+Green+Blue) = 218+139+74=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B4A is #2574B5. Grayscale: #9B9B9B. Windows color (decimal): -2454710 or 4885466. OLE color: 4885466.

HSL color Cylindrical-coordinate representation of color #DA8B4A: hue angle of 27.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA8B4A is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21813974-
CMYK00.360.660.15
HSL27.08º66.06%57.25%-
HSV(B)27.08º66.06%85.49%-
XYZ39.3833.8710.94-
YUV155.2182.17172.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=50.58%
G=32.25%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181397400.360.660.1527.0866.0657.25
HexDA8B4A02442F1b4239
Octal332213112044102173310271
Binary11011010100010111001010010010010000101111110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B4A; }

 p { color: rgb(218,139,74); }

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

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

 a { background-color: rgb(218,139,74); }

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

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

 span { border-color: rgb(218,139,74); }

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