Html Css Color HEX #DA8052 Raw Sienna

📋 copy color: '#DA8052'

red 218 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #DA8052

Tints of Raw Sienna #DA8052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 50.93%
G = 29.91%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA8052 (or 0xDA8052) is known color: Raw Sienna. HEX triplet: DA, 80 and 52. RGB value is (218,128,82). Sum of RGB (Red+Green+Blue) = 218+128+82=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8052 is #257FAD. Grayscale: #959595. Windows color (decimal): -2457518 or 5406938. OLE color: 5406938.

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

Color convert

RGB 218 128 82 -
CMYK 0 0.41 0.62 0.15
HSL 20.29º 0.65% 0.59% -
HSV(B) 20.29º 0.62% 0.85% -
XYZ 38.16 30.95 11.95 -
YUV 149.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 218 128 82 0 0.41 0.62 0.15 20.29 0.65 0.59
Hex DA 80 52 0 29 3E F 14 41 3B
Octal 332 200 122 0 51 76 17 24 101 73
Binary 11011010 10000000 1010010 0 101001 111110 1111 10100 1000001 111011

Color Harmonies of #DA8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8052

Black with #DA8052

Text Example


Text Example

White with #DA8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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