Html Css Color HEX #DB8122 Ochre

📋 copy color: '#DB8122'

red 219 ◦ green 129 ◦ blue 34

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

Shades of Ochre #DB8122

Tints of Ochre #DB8122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.9%

R = 57.33%
G = 33.77%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8122 (or 0xDB8122) is known color: Ochre. HEX triplet: DB, 81 and 22. RGB value is (219,129,34). Sum of RGB (Red+Green+Blue) = 219+129+34=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8122 is #247EDD. Grayscale: #919191. Windows color (decimal): -2391774 or 2261467. OLE color: 2261467.

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

Color convert

RGB 219 129 34 -
CMYK 0 0.41 0.84 0.14
HSL 30.81º 0.73% 0.5% -
HSV(B) 30.81º 0.84% 0.86% -
XYZ 37.35 30.88 5.5 -
YUV 145.08 65.32 180.72 -
System Red Green Blue C M Y K H S L
Decimal 219 129 34 0 0.41 0.84 0.14 30.81 0.73 0.5
Hex DB 81 22 0 29 54 E 1F 49 32
Octal 333 201 42 0 51 124 16 37 111 62
Binary 11011011 10000001 100010 0 101001 1010100 1110 11111 1001001 110010

Color Harmonies of #DB8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8122

Black with #DB8122

Text Example


Text Example

White with #DB8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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