Html Css Color HEX #DC821E Ochre

📋 copy color: '#DC821E'

red 220 ◦ green 130 ◦ blue 30

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

Shades of Ochre #DC821E

Tints of Ochre #DC821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 57.89%
G = 34.21%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC821E (or 0xDC821E) is known color: Ochre. HEX triplet: DC, 82 and 1E. RGB value is (220,130,30). Sum of RGB (Red+Green+Blue) = 220+130+30=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821E is #237DE1. Grayscale: #929292. Windows color (decimal): -2325986 or 1999580. OLE color: 1999580.

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

Color convert

RGB 220 130 30 -
CMYK 0 0.41 0.86 0.14
HSL 31.58º 0.76% 0.49% -
HSV(B) 31.58º 0.86% 0.86% -
XYZ 37.73 31.27 5.28 -
YUV 145.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 220 130 30 0 0.41 0.86 0.14 31.58 0.76 0.49
Hex DC 82 1E 0 29 56 E 20 4C 31
Octal 334 202 36 0 51 126 16 40 114 61
Binary 11011100 10000010 11110 0 101001 1010110 1110 100000 1001100 110001

Color Harmonies of #DC821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC821E

Black with #DC821E

Text Example


Text Example

White with #DC821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC821E; }

 p { color: rgb(220,130,30); }

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

background-color css

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

 a { background-color: rgb(220,130,30); }

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

border-color css

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

 span { border-color: rgb(220,130,30); }

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