Html Css Color HEX #DC821B Ochre

📋 copy color: '#DC821B'

red 220 ◦ green 130 ◦ blue 27

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

Shades of Ochre #DC821B

Tints of Ochre #DC821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 58.36%
G = 34.48%
B = 7.16%

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

#DC821B (or 0xDC821B) is known color: Ochre. HEX triplet: DC, 82 and 1B. RGB value is (220,130,27). Sum of RGB (Red+Green+Blue) = 220+130+27=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821B is #237DE4. Grayscale: #919191. Windows color (decimal): -2325989 or 1802972. OLE color: 1802972.

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

Color convert

RGB 220 130 27 -
CMYK 0 0.41 0.88 0.14
HSL 32.02º 0.78% 0.48% -
HSV(B) 32.02º 0.88% 0.86% -
XYZ 37.7 31.26 5.08 -
YUV 145.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 220 130 27 0 0.41 0.88 0.14 32.02 0.78 0.48
Hex DC 82 1B 0 29 58 E 20 4E 30
Octal 334 202 33 0 51 130 16 40 116 60
Binary 11011100 10000010 11011 0 101001 1011000 1110 100000 1001110 110000

Color Harmonies of #DC821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC821B

Black with #DC821B

Text Example


Text Example

White with #DC821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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