Html Css Color HEX #DE8119 Ochre

📋 copy color: '#DE8119'

red 222 ◦ green 129 ◦ blue 25

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

Shades of Ochre #DE8119

Tints of Ochre #DE8119

RGB

 RED value IS 222 (87.11% from 255) = 59.04%

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

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 59.04%
G = 34.31%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE8119 (or 0xDE8119) is known color: Ochre. HEX triplet: DE, 81 and 19. RGB value is (222,129,25). Sum of RGB (Red+Green+Blue) = 222+129+25=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8119 is #217EE6. Grayscale: #919191. Windows color (decimal): -2195175 or 1671646. OLE color: 1671646.

HSL color Cylindrical-coordinate representation of color #DE8119: hue angle of 31.68º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE8119 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 129 25 -
CMYK 0 0.42 0.89 0.13
HSL 31.68º 0.8% 0.48% -
HSV(B) 31.68º 0.89% 0.87% -
XYZ 38.15 31.3 4.95 -
YUV 144.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 222 129 25 0 0.42 0.89 0.13 31.68 0.8 0.48
Hex DE 81 19 0 2A 59 D 20 50 30
Octal 336 201 31 0 52 131 15 40 120 60
Binary 11011110 10000001 11001 0 101010 1011001 1101 100000 1010000 110000

Color Harmonies of #DE8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8119

Black with #DE8119

Text Example


Text Example

White with #DE8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8119; }

 p { color: rgb(222,129,25); }

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

background-color css

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

 a { background-color: rgb(222,129,25); }

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

border-color css

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

 span { border-color: rgb(222,129,25); }

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