Html Css Color HEX #DC821D Ochre

📋 copy color: '#DC821D'

red 220 ◦ green 130 ◦ blue 29

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

Shades of Ochre #DC821D

Tints of Ochre #DC821D

RGB

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

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

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

R = 58.05%
G = 34.3%
B = 7.65%

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

#DC821D (or 0xDC821D) is known color: Ochre. HEX triplet: DC, 82 and 1D. RGB value is (220,130,29). Sum of RGB (Red+Green+Blue) = 220+130+29=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821D is #237DE2. Grayscale: #919191. Windows color (decimal): -2325987 or 1934044. OLE color: 1934044.

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

Color convert

RGB 220 130 29 -
CMYK 0 0.41 0.87 0.14
HSL 31.73º 0.77% 0.49% -
HSV(B) 31.73º 0.87% 0.86% -
XYZ 37.72 31.27 5.21 -
YUV 145.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 220 130 29 0 0.41 0.87 0.14 31.73 0.77 0.49
Hex DC 82 1D 0 29 57 E 20 4D 31
Octal 334 202 35 0 51 127 16 40 115 61
Binary 11011100 10000010 11101 0 101001 1010111 1110 100000 1001101 110001

Color Harmonies of #DC821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC821D

Black with #DC821D

Text Example


Text Example

White with #DC821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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