Html Css Color HEX #DF8019 Ochre

📋 copy color: '#DF8019'

red 223 ◦ green 128 ◦ blue 25

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

Shades of Ochre #DF8019

Tints of Ochre #DF8019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 59.31%
G = 34.04%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF8019 (or 0xDF8019) is known color: Ochre. HEX triplet: DF, 80 and 19. RGB value is (223,128,25). Sum of RGB (Red+Green+Blue) = 223+128+25=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8019 is #207FE6. Grayscale: #919191. Windows color (decimal): -2129895 or 1671391. OLE color: 1671391.

HSL color Cylindrical-coordinate representation of color #DF8019: hue angle of 31.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF8019 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 25 -
CMYK 0 0.43 0.89 0.13
HSL 31.21º 0.8% 0.49% -
HSV(B) 31.21º 0.89% 0.87% -
XYZ 38.33 31.2 4.92 -
YUV 144.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 223 128 25 0 0.43 0.89 0.13 31.21 0.8 0.49
Hex DF 80 19 0 2B 59 D 1F 50 31
Octal 337 200 31 0 53 131 15 37 120 61
Binary 11011111 10000000 11001 0 101011 1011001 1101 11111 1010000 110001

Color Harmonies of #DF8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8019

Black with #DF8019

Text Example


Text Example

White with #DF8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8019; }

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

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

background-color css

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

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

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

border-color css

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

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

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