Html Css Color HEX #DA824D Raw Sienna

📋 copy color: '#DA824D'

red 218 ◦ green 130 ◦ blue 77

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

Shades of Raw Sienna #DA824D

Tints of Raw Sienna #DA824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 51.29%
G = 30.59%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA824D (or 0xDA824D) is known color: Raw Sienna. HEX triplet: DA, 82 and 4D. RGB value is (218,130,77). Sum of RGB (Red+Green+Blue) = 218+130+77=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA824D is #257DB2. Grayscale: #969696. Windows color (decimal): -2457011 or 5079770. OLE color: 5079770.

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

Color convert

RGB 218 130 77 -
CMYK 0 0.40 0.65 0.15
HSL 22.55º 0.66% 0.58% -
HSV(B) 22.55º 0.65% 0.85% -
XYZ 38.24 31.41 11.07 -
YUV 150.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 218 130 77 0 0.40 0.65 0.15 22.55 0.66 0.58
Hex DA 82 4D 0 28 41 F 17 42 3A
Octal 332 202 115 0 50 101 17 27 102 72
Binary 11011010 10000010 1001101 0 101000 1000001 1111 10111 1000010 111010

Color Harmonies of #DA824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA824D

Black with #DA824D

Text Example


Text Example

White with #DA824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA824D; }

 p { color: rgb(218,130,77); }

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

background-color css

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

 a { background-color: rgb(218,130,77); }

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

border-color css

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

 span { border-color: rgb(218,130,77); }

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