Html Css Color HEX #DF801A Ochre

📋 copy color: '#DF801A'

red 223 ◦ green 128 ◦ blue 26

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

Shades of Ochre #DF801A

Tints of Ochre #DF801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 59.15%
G = 33.95%
B = 6.9%

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

#DF801A (or 0xDF801A) is known color: Ochre. HEX triplet: DF, 80 and 1A. RGB value is (223,128,26). Sum of RGB (Red+Green+Blue) = 223+128+26=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF801A is #207FE5. Grayscale: #919191. Windows color (decimal): -2129894 or 1736927. OLE color: 1736927.

HSL color Cylindrical-coordinate representation of color #DF801A: hue angle of 31.07º degrees, saturation: 0.79, 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 #DF801A is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 26 -
CMYK 0 0.43 0.88 0.13
HSL 31.07º 0.79% 0.49% -
HSV(B) 31.07º 0.88% 0.87% -
XYZ 38.34 31.2 4.98 -
YUV 144.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 223 128 26 0 0.43 0.88 0.13 31.07 0.79 0.49
Hex DF 80 1A 0 2B 58 D 1F 4F 31
Octal 337 200 32 0 53 130 15 37 117 61
Binary 11011111 10000000 11010 0 101011 1011000 1101 11111 1001111 110001

Color Harmonies of #DF801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF801A

Black with #DF801A

Text Example


Text Example

White with #DF801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF801A; }

 p { color: rgb(223,128,26); }

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

background-color css

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

 a { background-color: rgb(223,128,26); }

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

border-color css

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

 span { border-color: rgb(223,128,26); }

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