Html Css Color HEX #DC7F1F Ochre

📋 copy color: '#DC7F1F'

red 220 ◦ green 127 ◦ blue 31

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

Shades of Ochre #DC7F1F

Tints of Ochre #DC7F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 58.2%
G = 33.6%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC7F1F (or 0xDC7F1F) is known color: Ochre. HEX triplet: DC, 7F and 1F. RGB value is (220,127,31). Sum of RGB (Red+Green+Blue) = 220+127+31=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F1F is #2380E0. Grayscale: #909090. Windows color (decimal): -2326753 or 2064348. OLE color: 2064348.

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

Color convert

RGB 220 127 31 -
CMYK 0 0.42 0.86 0.14
HSL 30.48º 0.75% 0.49% -
HSV(B) 30.48º 0.86% 0.86% -
XYZ 37.35 30.49 5.21 -
YUV 143.86 64.31 182.31 -
System Red Green Blue C M Y K H S L
Decimal 220 127 31 0 0.42 0.86 0.14 30.48 0.75 0.49
Hex DC 7F 1F 0 2A 56 E 1E 4B 31
Octal 334 177 37 0 52 126 16 36 113 61
Binary 11011100 1111111 11111 0 101010 1010110 1110 11110 1001011 110001

Color Harmonies of #DC7F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F1F

Black with #DC7F1F

Text Example


Text Example

White with #DC7F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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