Html Css Color HEX #DB831C Ochre

📋 copy color: '#DB831C'

red 219 ◦ green 131 ◦ blue 28

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

Shades of Ochre #DB831C

Tints of Ochre #DB831C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 57.94%
G = 34.66%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB831C (or 0xDB831C) is known color: Ochre. HEX triplet: DB, 83 and 1C. RGB value is (219,131,28). Sum of RGB (Red+Green+Blue) = 219+131+28=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB831C is #247CE3. Grayscale: #929292. Windows color (decimal): -2391268 or 1868763. OLE color: 1868763.

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

Color convert

RGB 219 131 28 -
CMYK 0 0.40 0.87 0.14
HSL 32.36º 0.77% 0.48% -
HSV(B) 32.36º 0.87% 0.86% -
XYZ 37.54 31.38 5.18 -
YUV 145.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 219 131 28 0 0.40 0.87 0.14 32.36 0.77 0.48
Hex DB 83 1C 0 28 57 E 20 4D 30
Octal 333 203 34 0 50 127 16 40 115 60
Binary 11011011 10000011 11100 0 101000 1010111 1110 100000 1001101 110000

Color Harmonies of #DB831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB831C

Black with #DB831C

Text Example


Text Example

White with #DB831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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