Html Css Color HEX #DC7D1E Ochre

📋 copy color: '#DC7D1E'

red 220 ◦ green 125 ◦ blue 30

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

Shades of Ochre #DC7D1E

Tints of Ochre #DC7D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 58.67%
G = 33.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC7D1E (or 0xDC7D1E) is known color: Ochre. HEX triplet: DC, 7D and 1E. RGB value is (220,125,30). Sum of RGB (Red+Green+Blue) = 220+125+30=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D1E is #2382E1. Grayscale: #8F8F8F. Windows color (decimal): -2327266 or 1998300. OLE color: 1998300.

HSL color Cylindrical-coordinate representation of color #DC7D1E: hue angle of 30º degrees, saturation: 0.76, 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 #DC7D1E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 30 -
CMYK 0 0.43 0.86 0.14
HSL 30º 0.76% 0.49% -
HSV(B) 30º 0.86% 0.86% -
XYZ 37.08 29.98 5.06 -
YUV 142.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 220 125 30 0 0.43 0.86 0.14 30 0.76 0.49
Hex DC 7D 1E 0 2B 56 E 1E 4C 31
Octal 334 175 36 0 53 126 16 36 114 61
Binary 11011100 1111101 11110 0 101011 1010110 1110 11110 1001100 110001

Color Harmonies of #DC7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D1E

Black with #DC7D1E

Text Example


Text Example

White with #DC7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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