Html Css Color HEX #DC7E20 Ochre

📋 copy color: '#DC7E20'

red 220 ◦ green 126 ◦ blue 32

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

Shades of Ochre #DC7E20

Tints of Ochre #DC7E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 58.2%
G = 33.33%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7E20 (or 0xDC7E20) is known color: Ochre. HEX triplet: DC, 7E and 20. RGB value is (220,126,32). Sum of RGB (Red+Green+Blue) = 220+126+32=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E20 is #2381DF. Grayscale: #8F8F8F. Windows color (decimal): -2327008 or 2129628. OLE color: 2129628.

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

Color convert

RGB 220 126 32 -
CMYK 0 0.43 0.85 0.14
HSL 30º 0.75% 0.49% -
HSV(B) 30º 0.85% 0.86% -
XYZ 37.24 30.24 5.24 -
YUV 143.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 220 126 32 0 0.43 0.85 0.14 30 0.75 0.49
Hex DC 7E 20 0 2B 55 E 1E 4B 31
Octal 334 176 40 0 53 125 16 36 113 61
Binary 11011100 1111110 100000 0 101011 1010101 1110 11110 1001011 110001

Color Harmonies of #DC7E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E20

Black with #DC7E20

Text Example


Text Example

White with #DC7E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E20; }

 p { color: rgb(220,126,32); }

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

background-color css

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

 a { background-color: rgb(220,126,32); }

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

border-color css

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

 span { border-color: rgb(220,126,32); }

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