Html Css Color HEX #DC7F16 Ochre

📋 copy color: '#DC7F16'

red 220 ◦ green 127 ◦ blue 22

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

Shades of Ochre #DC7F16

Tints of Ochre #DC7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 59.62%
G = 34.42%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7F16 (or 0xDC7F16) is known color: Ochre. HEX triplet: DC, 7F and 16. RGB value is (220,127,22). Sum of RGB (Red+Green+Blue) = 220+127+22=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F16 is #2380E9. Grayscale: #8F8F8F. Windows color (decimal): -2326762 or 1474524. OLE color: 1474524.

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

Color convert

RGB 220 127 22 -
CMYK 0 0.42 0.9 0.14
HSL 31.82º 0.82% 0.47% -
HSV(B) 31.82º 0.9% 0.86% -
XYZ 37.25 30.45 4.67 -
YUV 142.84 59.81 183.04 -
System Red Green Blue C M Y K H S L
Decimal 220 127 22 0 0.42 0.9 0.14 31.82 0.82 0.47
Hex DC 7F 16 0 2A 5A E 20 52 2F
Octal 334 177 26 0 52 132 16 40 122 57
Binary 11011100 1111111 10110 0 101010 1011010 1110 100000 1010010 101111

Color Harmonies of #DC7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F16

Black with #DC7F16

Text Example


Text Example

White with #DC7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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