Html Css Color HEX #DC811C Ochre

📋 copy color: '#DC811C'

red 220 ◦ green 129 ◦ blue 28

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

Shades of Ochre #DC811C

Tints of Ochre #DC811C

RGB

 RED value IS 220 (86.33% from 255) = 58.36%

 GREEN value IS 129 (50.78% from 255) = 34.22%

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

R = 58.36%
G = 34.22%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC811C (or 0xDC811C) is known color: Ochre. HEX triplet: DC, 81 and 1C. RGB value is (220,129,28). Sum of RGB (Red+Green+Blue) = 220+129+28=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811C is #237EE3. Grayscale: #919191. Windows color (decimal): -2326244 or 1868252. OLE color: 1868252.

HSL color Cylindrical-coordinate representation of color #DC811C: hue angle of 31.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC811C is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 28 -
CMYK 0 0.41 0.87 0.14
HSL 31.56º 0.77% 0.49% -
HSV(B) 31.56º 0.87% 0.86% -
XYZ 37.58 31 5.1 -
YUV 144.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 220 129 28 0 0.41 0.87 0.14 31.56 0.77 0.49
Hex DC 81 1C 0 29 57 E 20 4D 31
Octal 334 201 34 0 51 127 16 40 115 61
Binary 11011100 10000001 11100 0 101001 1010111 1110 100000 1001101 110001

Color Harmonies of #DC811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC811C

Black with #DC811C

Text Example


Text Example

White with #DC811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC811C; }

 p { color: rgb(220,129,28); }

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

background-color css

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

 a { background-color: rgb(220,129,28); }

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

border-color css

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

 span { border-color: rgb(220,129,28); }

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