Html Css Color HEX #DB7E20 Ochre

📋 copy color: '#DB7E20'

red 219 ◦ green 126 ◦ blue 32

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

Shades of Ochre #DB7E20

Tints of Ochre #DB7E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 58.09%
G = 33.42%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7E20 (or 0xDB7E20) is known color: Ochre. HEX triplet: DB, 7E and 20. RGB value is (219,126,32). Sum of RGB (Red+Green+Blue) = 219+126+32=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E20 is #2481DF. Grayscale: #8F8F8F. Windows color (decimal): -2392544 or 2129627. OLE color: 2129627.

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

Color convert

RGB 219 126 32 -
CMYK 0 0.42 0.85 0.14
HSL 30.16º 0.75% 0.49% -
HSV(B) 30.16º 0.85% 0.86% -
XYZ 36.93 30.09 5.23 -
YUV 143.09 65.31 182.14 -
System Red Green Blue C M Y K H S L
Decimal 219 126 32 0 0.42 0.85 0.14 30.16 0.75 0.49
Hex DB 7E 20 0 2A 55 E 1E 4B 31
Octal 333 176 40 0 52 125 16 36 113 61
Binary 11011011 1111110 100000 0 101010 1010101 1110 11110 1001011 110001

Color Harmonies of #DB7E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E20

Black with #DB7E20

Text Example


Text Example

White with #DB7E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E20; }

 p { color: rgb(219,126,32); }

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

background-color css

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

 a { background-color: rgb(219,126,32); }

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

border-color css

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

 span { border-color: rgb(219,126,32); }

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