Html Css Color HEX #DC811A Ochre

📋 copy color: '#DC811A'

red 220 ◦ green 129 ◦ blue 26

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

Shades of Ochre #DC811A

Tints of Ochre #DC811A

RGB

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

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

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

R = 58.67%
G = 34.4%
B = 6.93%

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

#DC811A (or 0xDC811A) is known color: Ochre. HEX triplet: DC, 81 and 1A. RGB value is (220,129,26). Sum of RGB (Red+Green+Blue) = 220+129+26=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811A is #237EE5. Grayscale: #909090. Windows color (decimal): -2326246 or 1737180. OLE color: 1737180.

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

Color convert

RGB 220 129 26 -
CMYK 0 0.41 0.88 0.14
HSL 31.86º 0.79% 0.48% -
HSV(B) 31.86º 0.88% 0.86% -
XYZ 37.55 30.99 4.98 -
YUV 144.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 220 129 26 0 0.41 0.88 0.14 31.86 0.79 0.48
Hex DC 81 1A 0 29 58 E 20 4F 30
Octal 334 201 32 0 51 130 16 40 117 60
Binary 11011100 10000001 11010 0 101001 1011000 1110 100000 1001111 110000

Color Harmonies of #DC811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC811A

Black with #DC811A

Text Example


Text Example

White with #DC811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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