Html Css Color HEX #DF7F15 Ochre

📋 copy color: '#DF7F15'

red 223 ◦ green 127 ◦ blue 21

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

Shades of Ochre #DF7F15

Tints of Ochre #DF7F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 60.11%
G = 34.23%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7F15 (or 0xDF7F15) is known color: Ochre. HEX triplet: DF, 7F and 15. RGB value is (223,127,21). Sum of RGB (Red+Green+Blue) = 223+127+21=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F15 is #2080EA. Grayscale: #909090. Windows color (decimal): -2130155 or 1408991. OLE color: 1408991.

HSL color Cylindrical-coordinate representation of color #DF7F15: hue angle of 31.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7F15 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 21 -
CMYK 0 0.43 0.91 0.13
HSL 31.49º 0.83% 0.48% -
HSV(B) 31.49º 0.91% 0.87% -
XYZ 38.16 30.92 4.67 -
YUV 143.62 58.8 184.62 -
System Red Green Blue C M Y K H S L
Decimal 223 127 21 0 0.43 0.91 0.13 31.49 0.83 0.48
Hex DF 7F 15 0 2B 5B D 1F 53 30
Octal 337 177 25 0 53 133 15 37 123 60
Binary 11011111 1111111 10101 0 101011 1011011 1101 11111 1010011 110000

Color Harmonies of #DF7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F15

Black with #DF7F15

Text Example


Text Example

White with #DF7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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