Html Css Color HEX #DF7D18 Ochre

📋 copy color: '#DF7D18'

red 223 ◦ green 125 ◦ blue 24

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

Shades of Ochre #DF7D18

Tints of Ochre #DF7D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 59.95%
G = 33.6%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF7D18 (or 0xDF7D18) is known color: Ochre. HEX triplet: DF, 7D and 18. RGB value is (223,125,24). Sum of RGB (Red+Green+Blue) = 223+125+24=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7D18 is #2082E7. Grayscale: #8F8F8F. Windows color (decimal): -2130664 or 1605087. OLE color: 1605087.

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

Color convert

RGB 223 125 24 -
CMYK 0 0.44 0.89 0.13
HSL 30.45º 0.81% 0.48% -
HSV(B) 30.45º 0.89% 0.87% -
XYZ 37.93 30.42 4.74 -
YUV 142.79 60.97 185.21 -
System Red Green Blue C M Y K H S L
Decimal 223 125 24 0 0.44 0.89 0.13 30.45 0.81 0.48
Hex DF 7D 18 0 2C 59 D 1E 51 30
Octal 337 175 30 0 54 131 15 36 121 60
Binary 11011111 1111101 11000 0 101100 1011001 1101 11110 1010001 110000

Color Harmonies of #DF7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D18

Black with #DF7D18

Text Example


Text Example

White with #DF7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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