Html Css Color HEX #DE7F16 Ochre

📋 copy color: '#DE7F16'

red 222 ◦ green 127 ◦ blue 22

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

Shades of Ochre #DE7F16

Tints of Ochre #DE7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 59.84%
G = 34.23%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE7F16 (or 0xDE7F16) is known color: Ochre. HEX triplet: DE, 7F and 16. RGB value is (222,127,22). Sum of RGB (Red+Green+Blue) = 222+127+22=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7F16 is #2180E9. Grayscale: #8F8F8F. Windows color (decimal): -2195690 or 1474526. OLE color: 1474526.

HSL color Cylindrical-coordinate representation of color #DE7F16: hue angle of 31.5º 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 #DE7F16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 22 -
CMYK 0 0.43 0.90 0.13
HSL 31.5º 0.82% 0.48% -
HSV(B) 31.5º 0.9% 0.87% -
XYZ 37.86 30.77 4.7 -
YUV 143.44 59.47 184.04 -
System Red Green Blue C M Y K H S L
Decimal 222 127 22 0 0.43 0.90 0.13 31.5 0.82 0.48
Hex DE 7F 16 0 2B 5A D 1F 52 30
Octal 336 177 26 0 53 132 15 37 122 60
Binary 11011110 1111111 10110 0 101011 1011010 1101 11111 1010010 110000

Color Harmonies of #DE7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F16

Black with #DE7F16

Text Example


Text Example

White with #DE7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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