Html Css Color HEX #DE8016 Ochre

📋 copy color: '#DE8016'

red 222 ◦ green 128 ◦ blue 22

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

Shades of Ochre #DE8016

Tints of Ochre #DE8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 59.68%
G = 34.41%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE8016 (or 0xDE8016) is known color: Ochre. HEX triplet: DE, 80 and 16. RGB value is (222,128,22). Sum of RGB (Red+Green+Blue) = 222+128+22=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8016 is #217FE9. Grayscale: #909090. Windows color (decimal): -2195434 or 1474782. OLE color: 1474782.

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

Color convert

RGB 222 128 22 -
CMYK 0 0.42 0.90 0.13
HSL 31.8º 0.82% 0.48% -
HSV(B) 31.8º 0.9% 0.87% -
XYZ 37.99 31.03 4.75 -
YUV 144.02 59.14 183.62 -
System Red Green Blue C M Y K H S L
Decimal 222 128 22 0 0.42 0.90 0.13 31.8 0.82 0.48
Hex DE 80 16 0 2A 5A D 20 52 30
Octal 336 200 26 0 52 132 15 40 122 60
Binary 11011110 10000000 10110 0 101010 1011010 1101 100000 1010010 110000

Color Harmonies of #DE8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8016

Black with #DE8016

Text Example


Text Example

White with #DE8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8016; }

 p { color: rgb(222,128,22); }

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

background-color css

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

 a { background-color: rgb(222,128,22); }

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

border-color css

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

 span { border-color: rgb(222,128,22); }

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