Html Css Color HEX #DE8015 Ochre

📋 copy color: '#DE8015'

red 222 ◦ green 128 ◦ blue 21

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

Shades of Ochre #DE8015

Tints of Ochre #DE8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 59.84%
G = 34.5%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE8015 (or 0xDE8015) is known color: Ochre. HEX triplet: DE, 80 and 15. RGB value is (222,128,21). Sum of RGB (Red+Green+Blue) = 222+128+21=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8015 is #217FEA. Grayscale: #909090. Windows color (decimal): -2195435 or 1409246. OLE color: 1409246.

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

Color convert

RGB 222 128 21 -
CMYK 0 0.42 0.91 0.13
HSL 31.94º 0.83% 0.48% -
HSV(B) 31.94º 0.91% 0.87% -
XYZ 37.98 31.02 4.7 -
YUV 143.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 222 128 21 0 0.42 0.91 0.13 31.94 0.83 0.48
Hex DE 80 15 0 2A 5B D 20 53 30
Octal 336 200 25 0 52 133 15 40 123 60
Binary 11011110 10000000 10101 0 101010 1011011 1101 100000 1010011 110000

Color Harmonies of #DE8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8015

Black with #DE8015

Text Example


Text Example

White with #DE8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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