Html Css Color HEX #DB7F45 Raw Sienna

📋 copy color: '#DB7F45'

red 219 ◦ green 127 ◦ blue 69

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

Shades of Raw Sienna #DB7F45

Tints of Raw Sienna #DB7F45

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 52.77%
G = 30.6%
B = 16.63%

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

#DB7F45 (or 0xDB7F45) is known color: Raw Sienna. HEX triplet: DB, 7F and 45. RGB value is (219,127,69). Sum of RGB (Red+Green+Blue) = 219+127+69=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F45 is #2480BA. Grayscale: #949494. Windows color (decimal): -2392251 or 4554715. OLE color: 4554715.

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

Color convert

RGB 219 127 69 -
CMYK 0 0.42 0.68 0.14
HSL 23.2º 0.68% 0.56% -
HSV(B) 23.2º 0.68% 0.86% -
XYZ 37.88 30.67 9.55 -
YUV 147.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 219 127 69 0 0.42 0.68 0.14 23.2 0.68 0.56
Hex DB 7F 45 0 2A 44 E 17 44 38
Octal 333 177 105 0 52 104 16 27 104 70
Binary 11011011 1111111 1000101 0 101010 1000100 1110 10111 1000100 111000

Color Harmonies of #DB7F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F45

Black with #DB7F45

Text Example


Text Example

White with #DB7F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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