Html Css Color HEX #DF7F17 Ochre

📋 copy color: '#DF7F17'

red 223 ◦ green 127 ◦ blue 23

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

Shades of Ochre #DF7F17

Tints of Ochre #DF7F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 59.79%
G = 34.05%
B = 6.17%

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

#DF7F17 (or 0xDF7F17) is known color: Ochre. HEX triplet: DF, 7F and 17. RGB value is (223,127,23). Sum of RGB (Red+Green+Blue) = 223+127+23=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F17 is #2080E8. Grayscale: #909090. Windows color (decimal): -2130153 or 1540063. OLE color: 1540063.

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

Color convert

RGB 223 127 23 -
CMYK 0 0.43 0.90 0.13
HSL 31.2º 0.81% 0.48% -
HSV(B) 31.2º 0.9% 0.87% -
XYZ 38.18 30.93 4.77 -
YUV 143.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 223 127 23 0 0.43 0.90 0.13 31.2 0.81 0.48
Hex DF 7F 17 0 2B 5A D 1F 51 30
Octal 337 177 27 0 53 132 15 37 121 60
Binary 11011111 1111111 10111 0 101011 1011010 1101 11111 1010001 110000

Color Harmonies of #DF7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F17

Black with #DF7F17

Text Example


Text Example

White with #DF7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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