Html Css Color HEX #DB8552 Raw Sienna

📋 copy color: '#DB8552'

red 219 ◦ green 133 ◦ blue 82

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

Shades of Raw Sienna #DB8552

Tints of Raw Sienna #DB8552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 50.46%
G = 30.65%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8552 (or 0xDB8552) is known color: Raw Sienna. HEX triplet: DB, 85 and 52. RGB value is (219,133,82). Sum of RGB (Red+Green+Blue) = 219+133+82=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8552 is #247AAD. Grayscale: #999999. Windows color (decimal): -2390702 or 5408219. OLE color: 5408219.

HSL color Cylindrical-coordinate representation of color #DB8552: hue angle of 22.34º 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 #DB8552 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 82 -
CMYK 0 0.39 0.63 0.14
HSL 22.34º 0.66% 0.59% -
HSV(B) 22.34º 0.63% 0.86% -
XYZ 39.12 32.44 12.18 -
YUV 152.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 219 133 82 0 0.39 0.63 0.14 22.34 0.66 0.59
Hex DB 85 52 0 27 3F E 16 42 3B
Octal 333 205 122 0 47 77 16 26 102 73
Binary 11011011 10000101 1010010 0 100111 111111 1110 10110 1000010 111011

Color Harmonies of #DB8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8552

Black with #DB8552

Text Example


Text Example

White with #DB8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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