Html Css Color HEX #DB8145 Raw Sienna

📋 copy color: '#DB8145'

red 219 ◦ green 129 ◦ blue 69

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

Shades of Raw Sienna #DB8145

Tints of Raw Sienna #DB8145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 52.52%
G = 30.94%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8145 (or 0xDB8145) is known color: Raw Sienna. HEX triplet: DB, 81 and 45. RGB value is (219,129,69). Sum of RGB (Red+Green+Blue) = 219+129+69=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8145 is #247EBA. Grayscale: #959595. Windows color (decimal): -2391739 or 4555227. OLE color: 4555227.

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

Color convert

RGB 219 129 69 -
CMYK 0 0.41 0.68 0.14
HSL 24º 0.68% 0.56% -
HSV(B) 24º 0.68% 0.86% -
XYZ 38.14 31.19 9.64 -
YUV 149.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 219 129 69 0 0.41 0.68 0.14 24 0.68 0.56
Hex DB 81 45 0 29 44 E 18 44 38
Octal 333 201 105 0 51 104 16 30 104 70
Binary 11011011 10000001 1000101 0 101001 1000100 1110 11000 1000100 111000

Color Harmonies of #DB8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8145

Black with #DB8145

Text Example


Text Example

White with #DB8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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