Html Css Color HEX #DF7F18 Ochre

📋 copy color: '#DF7F18'

red 223 ◦ green 127 ◦ blue 24

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

Shades of Ochre #DF7F18

Tints of Ochre #DF7F18

RGB

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

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

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

R = 59.63%
G = 33.96%
B = 6.42%

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

#DF7F18 (or 0xDF7F18) is known color: Ochre. HEX triplet: DF, 7F and 18. RGB value is (223,127,24). Sum of RGB (Red+Green+Blue) = 223+127+24=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F18 is #2080E7. Grayscale: #909090. Windows color (decimal): -2130152 or 1605599. OLE color: 1605599.

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

Color convert

RGB 223 127 24 -
CMYK 0 0.43 0.89 0.13
HSL 31.06º 0.81% 0.48% -
HSV(B) 31.06º 0.89% 0.87% -
XYZ 38.19 30.93 4.82 -
YUV 143.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 223 127 24 0 0.43 0.89 0.13 31.06 0.81 0.48
Hex DF 7F 18 0 2B 59 D 1F 51 30
Octal 337 177 30 0 53 131 15 37 121 60
Binary 11011111 1111111 11000 0 101011 1011001 1101 11111 1010001 110000

Color Harmonies of #DF7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F18

Black with #DF7F18

Text Example


Text Example

White with #DF7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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