Html Css Color HEX #DC811D Ochre

📋 copy color: '#DC811D'

red 220 ◦ green 129 ◦ blue 29

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

Shades of Ochre #DC811D

Tints of Ochre #DC811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 58.2%
G = 34.13%
B = 7.67%

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

#DC811D (or 0xDC811D) is known color: Ochre. HEX triplet: DC, 81 and 1D. RGB value is (220,129,29). Sum of RGB (Red+Green+Blue) = 220+129+29=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811D is #237EE2. Grayscale: #919191. Windows color (decimal): -2326243 or 1933788. OLE color: 1933788.

HSL color Cylindrical-coordinate representation of color #DC811D: hue angle of 31.41º 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 #DC811D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 29 -
CMYK 0 0.41 0.87 0.14
HSL 31.41º 0.77% 0.49% -
HSV(B) 31.41º 0.87% 0.86% -
XYZ 37.59 31 5.17 -
YUV 144.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 220 129 29 0 0.41 0.87 0.14 31.41 0.77 0.49
Hex DC 81 1D 0 29 57 E 1F 4D 31
Octal 334 201 35 0 51 127 16 37 115 61
Binary 11011100 10000001 11101 0 101001 1010111 1110 11111 1001101 110001

Color Harmonies of #DC811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC811D

Black with #DC811D

Text Example


Text Example

White with #DC811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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