Html Css Color HEX #D0801C Ochre

📋 copy color: '#D0801C'

red 208 ◦ green 128 ◦ blue 28

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

Shades of Ochre #D0801C

Tints of Ochre #D0801C

RGB

 RED value IS 208 (81.64% from 255) = 57.14%

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 57.14%
G = 35.16%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0801C (or 0xD0801C) is known color: Ochre. HEX triplet: D0, 80 and 1C. RGB value is (208,128,28). Sum of RGB (Red+Green+Blue) = 208+128+28=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0801C is #2F7FE3. Grayscale: #8D8D8D. Windows color (decimal): -3112932 or 1867984. OLE color: 1867984.

HSL color Cylindrical-coordinate representation of color #D0801C: hue angle of 33.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0801C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 28 -
CMYK 0 0.38 0.87 0.18
HSL 33.33º 0.76% 0.46% -
HSV(B) 33.33º 0.87% 0.82% -
XYZ 33.94 28.93 4.89 -
YUV 140.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 208 128 28 0 0.38 0.87 0.18 33.33 0.76 0.46
Hex D0 80 1C 0 26 57 12 21 4C 2E
Octal 320 200 34 0 46 127 22 41 114 56
Binary 11010000 10000000 11100 0 100110 1010111 10010 100001 1001100 101110

Color Harmonies of #D0801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0801C

Black with #D0801C

Text Example


Text Example

White with #D0801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0801C; }

 p { color: rgb(208,128,28); }

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

background-color css

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

 a { background-color: rgb(208,128,28); }

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

border-color css

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

 span { border-color: rgb(208,128,28); }

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