Html Css Color HEX #DF7F1B Ochre

📋 copy color: '#DF7F1B'

red 223 ◦ green 127 ◦ blue 27

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

Shades of Ochre #DF7F1B

Tints of Ochre #DF7F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 59.15%
G = 33.69%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF7F1B (or 0xDF7F1B) is known color: Ochre. HEX triplet: DF, 7F and 1B. RGB value is (223,127,27). Sum of RGB (Red+Green+Blue) = 223+127+27=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F1B is #2080E4. Grayscale: #909090. Windows color (decimal): -2130149 or 1802207. OLE color: 1802207.

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

Color convert

RGB 223 127 27 -
CMYK 0 0.43 0.88 0.13
HSL 30.61º 0.78% 0.49% -
HSV(B) 30.61º 0.88% 0.87% -
XYZ 38.22 30.95 5 -
YUV 144.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 223 127 27 0 0.43 0.88 0.13 30.61 0.78 0.49
Hex DF 7F 1B 0 2B 58 D 1F 4E 31
Octal 337 177 33 0 53 130 15 37 116 61
Binary 11011111 1111111 11011 0 101011 1011000 1101 11111 1001110 110001

Color Harmonies of #DF7F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F1B

Black with #DF7F1B

Text Example


Text Example

White with #DF7F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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