Html Css Color HEX #DA804A Raw Sienna

📋 copy color: '#DA804A'

red 218 ◦ green 128 ◦ blue 74

#DA804A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Sienna #DA804A

Tints of Raw Sienna #DA804A

RGB

 RED value IS 218 (85.55% from 255) = 51.9%

 GREEN value IS 128 (50.39% from 255) = 30.48%

 BLUE value IS 74 (29.3% from 255) = 17.62%

R = 51.9%
G = 30.48%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA804A (or 0xDA804A) is known color: Raw Sienna. HEX triplet: DA, 80 and 4A. RGB value is (218,128,74). Sum of RGB (Red+Green+Blue) = 218+128+74=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA804A is #257FB5. Grayscale: #959595. Windows color (decimal): -2457526 or 4882650. OLE color: 4882650.

HSL color Cylindrical-coordinate representation of color #DA804A: hue angle of 22.5º 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 #DA804A is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 74 -
CMYK 0 0.41 0.66 0.15
HSL 22.5º 0.66% 0.57% -
HSV(B) 22.5º 0.66% 0.85% -
XYZ 37.87 30.84 10.44 -
YUV 148.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 218 128 74 0 0.41 0.66 0.15 22.5 0.66 0.57
Hex DA 80 4A 0 29 42 F 16 42 39
Octal 332 200 112 0 51 102 17 26 102 71
Binary 11011010 10000000 1001010 0 101001 1000010 1111 10110 1000010 111001

Color Harmonies of #DA804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA804A

Black with #DA804A

Text Example


Text Example

White with #DA804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA804A; }

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

 H1.HeaderClassName
 {
   color: #DA804A;
 }
 .AnyTagClassName
 {
   color: #DA804A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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