Html Css Color HEX #DB8045 Raw Sienna

📋 copy color: '#DB8045'

red 219 ◦ green 128 ◦ blue 69

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

Shades of Raw Sienna #DB8045

Tints of Raw Sienna #DB8045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 52.64%
G = 30.77%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8045 (or 0xDB8045) is known color: Raw Sienna. HEX triplet: DB, 80 and 45. RGB value is (219,128,69). Sum of RGB (Red+Green+Blue) = 219+128+69=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8045 is #247FBA. Grayscale: #949494. Windows color (decimal): -2391995 or 4554971. OLE color: 4554971.

HSL color Cylindrical-coordinate representation of color #DB8045: hue angle of 23.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8045 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 69 -
CMYK 0 0.42 0.68 0.14
HSL 23.6º 0.68% 0.56% -
HSV(B) 23.6º 0.68% 0.86% -
XYZ 38.01 30.93 9.6 -
YUV 148.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 219 128 69 0 0.42 0.68 0.14 23.6 0.68 0.56
Hex DB 80 45 0 2A 44 E 18 44 38
Octal 333 200 105 0 52 104 16 30 104 70
Binary 11011011 10000000 1000101 0 101010 1000100 1110 11000 1000100 111000

Color Harmonies of #DB8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8045

Black with #DB8045

Text Example


Text Example

White with #DB8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8045; }

 p { color: rgb(219,128,69); }

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

background-color css

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

 a { background-color: rgb(219,128,69); }

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

border-color css

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

 span { border-color: rgb(219,128,69); }

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