Html Css Color HEX #DF7D16 Ochre

📋 copy color: '#DF7D16'

red 223 ◦ green 125 ◦ blue 22

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

Shades of Ochre #DF7D16

Tints of Ochre #DF7D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 60.27%
G = 33.78%
B = 5.95%

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

#DF7D16 (or 0xDF7D16) is known color: Ochre. HEX triplet: DF, 7D and 16. RGB value is (223,125,22). Sum of RGB (Red+Green+Blue) = 223+125+22=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7D16 is #2082E9. Grayscale: #8F8F8F. Windows color (decimal): -2130666 or 1474015. OLE color: 1474015.

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

Color convert

RGB 223 125 22 -
CMYK 0 0.44 0.90 0.13
HSL 30.75º 0.82% 0.48% -
HSV(B) 30.75º 0.9% 0.87% -
XYZ 37.91 30.41 4.63 -
YUV 142.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 223 125 22 0 0.44 0.90 0.13 30.75 0.82 0.48
Hex DF 7D 16 0 2C 5A D 1F 52 30
Octal 337 175 26 0 54 132 15 37 122 60
Binary 11011111 1111101 10110 0 101100 1011010 1101 11111 1010010 110000

Color Harmonies of #DF7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D16

Black with #DF7D16

Text Example


Text Example

White with #DF7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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