Html Css Color HEX #DE821F Ochre

📋 copy color: '#DE821F'

red 222 ◦ green 130 ◦ blue 31

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

Shades of Ochre #DE821F

Tints of Ochre #DE821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 31 (12.5% from 255) = 8.09%

R = 57.96%
G = 33.94%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE821F (or 0xDE821F) is known color: Ochre. HEX triplet: DE, 82 and 1F. RGB value is (222,130,31). Sum of RGB (Red+Green+Blue) = 222+130+31=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE821F is #217DE0. Grayscale: #929292. Windows color (decimal): -2194913 or 2065118. OLE color: 2065118.

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

Color convert

RGB 222 130 31 -
CMYK 0 0.41 0.86 0.13
HSL 31.1º 0.75% 0.5% -
HSV(B) 31.1º 0.86% 0.87% -
XYZ 38.35 31.59 5.37 -
YUV 146.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 222 130 31 0 0.41 0.86 0.13 31.1 0.75 0.5
Hex DE 82 1F 0 29 56 D 1F 4B 32
Octal 336 202 37 0 51 126 15 37 113 62
Binary 11011110 10000010 11111 0 101001 1010110 1101 11111 1001011 110010

Color Harmonies of #DE821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE821F

Black with #DE821F

Text Example


Text Example

White with #DE821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE821F; }

 p { color: rgb(222,130,31); }

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

background-color css

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

 a { background-color: rgb(222,130,31); }

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

border-color css

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

 span { border-color: rgb(222,130,31); }

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