Html Css Color HEX #DC7D16 Ochre

📋 copy color: '#DC7D16'

red 220 ◦ green 125 ◦ blue 22

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

Shades of Ochre #DC7D16

Tints of Ochre #DC7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 59.95%
G = 34.06%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7D16 (or 0xDC7D16) is known color: Ochre. HEX triplet: DC, 7D and 16. RGB value is (220,125,22). Sum of RGB (Red+Green+Blue) = 220+125+22=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D16 is #2382E9. Grayscale: #8E8E8E. Windows color (decimal): -2327274 or 1474012. OLE color: 1474012.

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

Color convert

RGB 220 125 22 -
CMYK 0 0.43 0.9 0.14
HSL 31.21º 0.82% 0.47% -
HSV(B) 31.21º 0.9% 0.86% -
XYZ 36.99 29.94 4.59 -
YUV 141.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 220 125 22 0 0.43 0.9 0.14 31.21 0.82 0.47
Hex DC 7D 16 0 2B 5A E 1F 52 2F
Octal 334 175 26 0 53 132 16 37 122 57
Binary 11011100 1111101 10110 0 101011 1011010 1110 11111 1010010 101111

Color Harmonies of #DC7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D16

Black with #DC7D16

Text Example


Text Example

White with #DC7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D16; }

 p { color: rgb(220,125,22); }

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

background-color css

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

 a { background-color: rgb(220,125,22); }

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

border-color css

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

 span { border-color: rgb(220,125,22); }

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