Html Css Color HEX #DC811B Ochre

📋 copy color: '#DC811B'

red 220 ◦ green 129 ◦ blue 27

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

Shades of Ochre #DC811B

Tints of Ochre #DC811B

RGB

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

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

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

R = 58.51%
G = 34.31%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC811B (or 0xDC811B) is known color: Ochre. HEX triplet: DC, 81 and 1B. RGB value is (220,129,27). Sum of RGB (Red+Green+Blue) = 220+129+27=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811B is #237EE4. Grayscale: #919191. Windows color (decimal): -2326245 or 1802716. OLE color: 1802716.

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

Color convert

RGB 220 129 27 -
CMYK 0 0.41 0.88 0.14
HSL 31.71º 0.78% 0.48% -
HSV(B) 31.71º 0.88% 0.86% -
XYZ 37.56 31 5.04 -
YUV 144.58 61.65 181.79 -
System Red Green Blue C M Y K H S L
Decimal 220 129 27 0 0.41 0.88 0.14 31.71 0.78 0.48
Hex DC 81 1B 0 29 58 E 20 4E 30
Octal 334 201 33 0 51 130 16 40 116 60
Binary 11011100 10000001 11011 0 101001 1011000 1110 100000 1001110 110000

Color Harmonies of #DC811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC811B

Black with #DC811B

Text Example


Text Example

White with #DC811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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