Html Css Color HEX #DA8450 Raw Sienna

📋 copy color: '#DA8450'

red 218 ◦ green 132 ◦ blue 80

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

Shades of Raw Sienna #DA8450

Tints of Raw Sienna #DA8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 50.7%
G = 30.7%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA8450 (or 0xDA8450) is known color: Raw Sienna. HEX triplet: DA, 84 and 50. RGB value is (218,132,80). Sum of RGB (Red+Green+Blue) = 218+132+80=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8450 is #257BAF. Grayscale: #989898. Windows color (decimal): -2456496 or 5276890. OLE color: 5276890.

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

Color convert

RGB 218 132 80 -
CMYK 0 0.39 0.63 0.15
HSL 22.61º 0.65% 0.58% -
HSV(B) 22.61º 0.63% 0.85% -
XYZ 38.61 31.99 11.73 -
YUV 151.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 218 132 80 0 0.39 0.63 0.15 22.61 0.65 0.58
Hex DA 84 50 0 27 3F F 17 41 3A
Octal 332 204 120 0 47 77 17 27 101 72
Binary 11011010 10000100 1010000 0 100111 111111 1111 10111 1000001 111010

Color Harmonies of #DA8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8450

Black with #DA8450

Text Example


Text Example

White with #DA8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8450; }

 p { color: rgb(218,132,80); }

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

background-color css

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

 a { background-color: rgb(218,132,80); }

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

border-color css

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

 span { border-color: rgb(218,132,80); }

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