Html Css Color HEX #DC821A Ochre

📋 copy color: '#DC821A'

red 220 ◦ green 130 ◦ blue 26

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

Shades of Ochre #DC821A

Tints of Ochre #DC821A

RGB

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

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

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

R = 58.51%
G = 34.57%
B = 6.91%

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

#DC821A (or 0xDC821A) is known color: Ochre. HEX triplet: DC, 82 and 1A. RGB value is (220,130,26). Sum of RGB (Red+Green+Blue) = 220+130+26=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821A is #237DE5. Grayscale: #919191. Windows color (decimal): -2325990 or 1737436. OLE color: 1737436.

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

Color convert

RGB 220 130 26 -
CMYK 0 0.41 0.88 0.14
HSL 32.16º 0.79% 0.48% -
HSV(B) 32.16º 0.88% 0.86% -
XYZ 37.68 31.26 5.02 -
YUV 145.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 220 130 26 0 0.41 0.88 0.14 32.16 0.79 0.48
Hex DC 82 1A 0 29 58 E 20 4F 30
Octal 334 202 32 0 51 130 16 40 117 60
Binary 11011100 10000010 11010 0 101001 1011000 1110 100000 1001111 110000

Color Harmonies of #DC821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC821A

Black with #DC821A

Text Example


Text Example

White with #DC821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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