Html Css Color HEX #DF7D17 Ochre

📋 copy color: '#DF7D17'

red 223 ◦ green 125 ◦ blue 23

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

Shades of Ochre #DF7D17

Tints of Ochre #DF7D17

RGB

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

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

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

R = 60.11%
G = 33.69%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF7D17 (or 0xDF7D17) is known color: Ochre. HEX triplet: DF, 7D and 17. RGB value is (223,125,23). Sum of RGB (Red+Green+Blue) = 223+125+23=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7D17 is #2082E8. Grayscale: #8F8F8F. Windows color (decimal): -2130665 or 1539551. OLE color: 1539551.

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

Color convert

RGB 223 125 23 -
CMYK 0 0.44 0.90 0.13
HSL 30.6º 0.81% 0.48% -
HSV(B) 30.6º 0.9% 0.87% -
XYZ 37.92 30.42 4.68 -
YUV 142.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 223 125 23 0 0.44 0.90 0.13 30.6 0.81 0.48
Hex DF 7D 17 0 2C 5A D 1F 51 30
Octal 337 175 27 0 54 132 15 37 121 60
Binary 11011111 1111101 10111 0 101100 1011010 1101 11111 1010001 110000

Color Harmonies of #DF7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D17

Black with #DF7D17

Text Example


Text Example

White with #DF7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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