Html Css Color HEX #DB831B Ochre

📋 copy color: '#DB831B'

red 219 ◦ green 131 ◦ blue 27

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

Shades of Ochre #DB831B

Tints of Ochre #DB831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 58.09%
G = 34.75%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB831B (or 0xDB831B) is known color: Ochre. HEX triplet: DB, 83 and 1B. RGB value is (219,131,27). Sum of RGB (Red+Green+Blue) = 219+131+27=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB831B is #247CE4. Grayscale: #919191. Windows color (decimal): -2391269 or 1803227. OLE color: 1803227.

HSL color Cylindrical-coordinate representation of color #DB831B: hue angle of 32.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB831B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 27 -
CMYK 0 0.40 0.88 0.14
HSL 32.5º 0.78% 0.48% -
HSV(B) 32.5º 0.88% 0.86% -
XYZ 37.53 31.37 5.11 -
YUV 145.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 219 131 27 0 0.40 0.88 0.14 32.5 0.78 0.48
Hex DB 83 1B 0 28 58 E 20 4E 30
Octal 333 203 33 0 50 130 16 40 116 60
Binary 11011011 10000011 11011 0 101000 1011000 1110 100000 1001110 110000

Color Harmonies of #DB831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB831B

Black with #DB831B

Text Example


Text Example

White with #DB831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB831B; }

 p { color: rgb(219,131,27); }

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

background-color css

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

 a { background-color: rgb(219,131,27); }

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

border-color css

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

 span { border-color: rgb(219,131,27); }

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