Html Css Color HEX #DC7F17 Ochre

📋 copy color: '#DC7F17'

red 220 ◦ green 127 ◦ blue 23

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

Shades of Ochre #DC7F17

Tints of Ochre #DC7F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 59.46%
G = 34.32%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7F17 (or 0xDC7F17) is known color: Ochre. HEX triplet: DC, 7F and 17. RGB value is (220,127,23). Sum of RGB (Red+Green+Blue) = 220+127+23=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F17 is #2380E8. Grayscale: #8F8F8F. Windows color (decimal): -2326761 or 1540060. OLE color: 1540060.

HSL color Cylindrical-coordinate representation of color #DC7F17: hue angle of 31.68º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7F17 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 23 -
CMYK 0 0.42 0.90 0.14
HSL 31.68º 0.81% 0.48% -
HSV(B) 31.68º 0.9% 0.86% -
XYZ 37.26 30.46 4.73 -
YUV 142.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 220 127 23 0 0.42 0.90 0.14 31.68 0.81 0.48
Hex DC 7F 17 0 2A 5A E 20 51 30
Octal 334 177 27 0 52 132 16 40 121 60
Binary 11011100 1111111 10111 0 101010 1011010 1110 100000 1010001 110000

Color Harmonies of #DC7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F17

Black with #DC7F17

Text Example


Text Example

White with #DC7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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