Html Css Color HEX #DF7F19 Ochre

📋 copy color: '#DF7F19'

red 223 ◦ green 127 ◦ blue 25

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

Shades of Ochre #DF7F19

Tints of Ochre #DF7F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 59.47%
G = 33.87%
B = 6.67%

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

#DF7F19 (or 0xDF7F19) is known color: Ochre. HEX triplet: DF, 7F and 19. RGB value is (223,127,25). Sum of RGB (Red+Green+Blue) = 223+127+25=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F19 is #2080E6. Grayscale: #909090. Windows color (decimal): -2130151 or 1671135. OLE color: 1671135.

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

Color convert

RGB 223 127 25 -
CMYK 0 0.43 0.89 0.13
HSL 30.91º 0.8% 0.49% -
HSV(B) 30.91º 0.89% 0.87% -
XYZ 38.2 30.94 4.88 -
YUV 144.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 223 127 25 0 0.43 0.89 0.13 30.91 0.8 0.49
Hex DF 7F 19 0 2B 59 D 1F 50 31
Octal 337 177 31 0 53 131 15 37 120 61
Binary 11011111 1111111 11001 0 101011 1011001 1101 11111 1010000 110001

Color Harmonies of #DF7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F19

Black with #DF7F19

Text Example


Text Example

White with #DF7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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