Html Css Color HEX #DF8016 Ochre

📋 copy color: '#DF8016'

red 223 ◦ green 128 ◦ blue 22

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

Shades of Ochre #DF8016

Tints of Ochre #DF8016

RGB

 RED value IS 223 (87.5% from 255) = 59.79%

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

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

R = 59.79%
G = 34.32%
B = 5.9%

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

#DF8016 (or 0xDF8016) is known color: Ochre. HEX triplet: DF, 80 and 16. RGB value is (223,128,22). Sum of RGB (Red+Green+Blue) = 223+128+22=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8016 is #207FE9. Grayscale: #909090. Windows color (decimal): -2129898 or 1474783. OLE color: 1474783.

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

Color convert

RGB 223 128 22 -
CMYK 0 0.43 0.90 0.13
HSL 31.64º 0.82% 0.48% -
HSV(B) 31.64º 0.9% 0.87% -
XYZ 38.3 31.18 4.76 -
YUV 144.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 223 128 22 0 0.43 0.90 0.13 31.64 0.82 0.48
Hex DF 80 16 0 2B 5A D 20 52 30
Octal 337 200 26 0 53 132 15 40 122 60
Binary 11011111 10000000 10110 0 101011 1011010 1101 100000 1010010 110000

Color Harmonies of #DF8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8016

Black with #DF8016

Text Example


Text Example

White with #DF8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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