Html Css Color HEX #DB8252 Raw Sienna

📋 copy color: '#DB8252'

red 219 ◦ green 130 ◦ blue 82

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

Shades of Raw Sienna #DB8252

Tints of Raw Sienna #DB8252

RGB

 RED value IS 219 (85.94% from 255) = 50.81%

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

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

R = 50.81%
G = 30.16%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8252 (or 0xDB8252) is known color: Raw Sienna. HEX triplet: DB, 82 and 52. RGB value is (219,130,82). Sum of RGB (Red+Green+Blue) = 219+130+82=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8252 is #247DAD. Grayscale: #979797. Windows color (decimal): -2391470 or 5407451. OLE color: 5407451.

HSL color Cylindrical-coordinate representation of color #DB8252: hue angle of 21.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8252 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 82 -
CMYK 0 0.41 0.63 0.14
HSL 21.02º 0.66% 0.59% -
HSV(B) 21.02º 0.63% 0.86% -
XYZ 38.72 31.63 12.05 -
YUV 151.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 219 130 82 0 0.41 0.63 0.14 21.02 0.66 0.59
Hex DB 82 52 0 29 3F E 15 42 3B
Octal 333 202 122 0 51 77 16 25 102 73
Binary 11011011 10000010 1010010 0 101001 111111 1110 10101 1000010 111011

Color Harmonies of #DB8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8252

Black with #DB8252

Text Example


Text Example

White with #DB8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8252; }

 p { color: rgb(219,130,82); }

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

background-color css

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

 a { background-color: rgb(219,130,82); }

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

border-color css

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

 span { border-color: rgb(219,130,82); }

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