Html Css Color HEX #DB811F Ochre

📋 copy color: '#DB811F'

red 219 ◦ green 129 ◦ blue 31

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

Shades of Ochre #DB811F

Tints of Ochre #DB811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 57.78%
G = 34.04%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB811F (or 0xDB811F) is known color: Ochre. HEX triplet: DB, 81 and 1F. RGB value is (219,129,31). Sum of RGB (Red+Green+Blue) = 219+129+31=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB811F is #247EE0. Grayscale: #919191. Windows color (decimal): -2391777 or 2064859. OLE color: 2064859.

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

Color convert

RGB 219 129 31 -
CMYK 0 0.41 0.86 0.14
HSL 31.28º 0.75% 0.49% -
HSV(B) 31.28º 0.86% 0.86% -
XYZ 37.31 30.86 5.29 -
YUV 144.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 219 129 31 0 0.41 0.86 0.14 31.28 0.75 0.49
Hex DB 81 1F 0 29 56 E 1F 4B 31
Octal 333 201 37 0 51 126 16 37 113 61
Binary 11011011 10000001 11111 0 101001 1010110 1110 11111 1001011 110001

Color Harmonies of #DB811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB811F

Black with #DB811F

Text Example


Text Example

White with #DB811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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