Html Css Color HEX #DA824B Raw Sienna

📋 copy color: '#DA824B'

red 218 ◦ green 130 ◦ blue 75

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

Shades of Raw Sienna #DA824B

Tints of Raw Sienna #DA824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 51.54%
G = 30.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA824B (or 0xDA824B) is known color: Raw Sienna. HEX triplet: DA, 82 and 4B. RGB value is (218,130,75). Sum of RGB (Red+Green+Blue) = 218+130+75=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA824B is #257DB4. Grayscale: #969696. Windows color (decimal): -2457013 or 4948698. OLE color: 4948698.

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

Color convert

RGB 218 130 75 -
CMYK 0 0.40 0.66 0.15
HSL 23.08º 0.66% 0.57% -
HSV(B) 23.08º 0.66% 0.85% -
XYZ 38.17 31.38 10.7 -
YUV 150.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 218 130 75 0 0.40 0.66 0.15 23.08 0.66 0.57
Hex DA 82 4B 0 28 42 F 17 42 39
Octal 332 202 113 0 50 102 17 27 102 71
Binary 11011010 10000010 1001011 0 101000 1000010 1111 10111 1000010 111001

Color Harmonies of #DA824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA824B

Black with #DA824B

Text Example


Text Example

White with #DA824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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