Html Css Color HEX #DC821F Ochre

📋 copy color: '#DC821F'

red 220 ◦ green 130 ◦ blue 31

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

Shades of Ochre #DC821F

Tints of Ochre #DC821F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 57.74%
G = 34.12%
B = 8.14%

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

#DC821F (or 0xDC821F) is known color: Ochre. HEX triplet: DC, 82 and 1F. RGB value is (220,130,31). Sum of RGB (Red+Green+Blue) = 220+130+31=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821F is #237DE0. Grayscale: #929292. Windows color (decimal): -2325985 or 2065116. OLE color: 2065116.

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

Color convert

RGB 220 130 31 -
CMYK 0 0.41 0.86 0.14
HSL 31.43º 0.75% 0.49% -
HSV(B) 31.43º 0.86% 0.86% -
XYZ 37.75 31.28 5.34 -
YUV 145.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 220 130 31 0 0.41 0.86 0.14 31.43 0.75 0.49
Hex DC 82 1F 0 29 56 E 1F 4B 31
Octal 334 202 37 0 51 126 16 37 113 61
Binary 11011100 10000010 11111 0 101001 1010110 1110 11111 1001011 110001

Color Harmonies of #DC821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC821F

Black with #DC821F

Text Example


Text Example

White with #DC821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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