Html Css Color HEX #DB841A Ochre

📋 copy color: '#DB841A'

red 219 ◦ green 132 ◦ blue 26

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

Shades of Ochre #DB841A

Tints of Ochre #DB841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 58.09%
G = 35.01%
B = 6.9%

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

#DB841A (or 0xDB841A) is known color: Ochre. HEX triplet: DB, 84 and 1A. RGB value is (219,132,26). Sum of RGB (Red+Green+Blue) = 219+132+26=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB841A is #247BE5. Grayscale: #929292. Windows color (decimal): -2391014 or 1737947. OLE color: 1737947.

HSL color Cylindrical-coordinate representation of color #DB841A: hue angle of 32.95º degrees, saturation: 0.79, 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 #DB841A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 26 -
CMYK 0 0.40 0.88 0.14
HSL 32.95º 0.79% 0.48% -
HSV(B) 32.95º 0.88% 0.86% -
XYZ 37.65 31.64 5.1 -
YUV 145.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 219 132 26 0 0.40 0.88 0.14 32.95 0.79 0.48
Hex DB 84 1A 0 28 58 E 21 4F 30
Octal 333 204 32 0 50 130 16 41 117 60
Binary 11011011 10000100 11010 0 101000 1011000 1110 100001 1001111 110000

Color Harmonies of #DB841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB841A

Black with #DB841A

Text Example


Text Example

White with #DB841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB841A; }

 p { color: rgb(219,132,26); }

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

background-color css

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

 a { background-color: rgb(219,132,26); }

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

border-color css

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

 span { border-color: rgb(219,132,26); }

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