Html Css Color HEX #DF8018 Ochre

📋 copy color: '#DF8018'

red 223 ◦ green 128 ◦ blue 24

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

Shades of Ochre #DF8018

Tints of Ochre #DF8018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 59.47%
G = 34.13%
B = 6.4%

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

#DF8018 (or 0xDF8018) is known color: Ochre. HEX triplet: DF, 80 and 18. RGB value is (223,128,24). Sum of RGB (Red+Green+Blue) = 223+128+24=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8018 is #207FE7. Grayscale: #919191. Windows color (decimal): -2129896 or 1605855. OLE color: 1605855.

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

Color convert

RGB 223 128 24 -
CMYK 0 0.43 0.89 0.13
HSL 31.36º 0.81% 0.48% -
HSV(B) 31.36º 0.89% 0.87% -
XYZ 38.32 31.19 4.87 -
YUV 144.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 223 128 24 0 0.43 0.89 0.13 31.36 0.81 0.48
Hex DF 80 18 0 2B 59 D 1F 51 30
Octal 337 200 30 0 53 131 15 37 121 60
Binary 11011111 10000000 11000 0 101011 1011001 1101 11111 1010001 110000

Color Harmonies of #DF8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8018

Black with #DF8018

Text Example


Text Example

White with #DF8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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