Html Css Color HEX #DC7D19 Ochre

📋 copy color: '#DC7D19'

red 220 ◦ green 125 ◦ blue 25

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

Shades of Ochre #DC7D19

Tints of Ochre #DC7D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 59.46%
G = 33.78%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7D19 (or 0xDC7D19) is known color: Ochre. HEX triplet: DC, 7D and 19. RGB value is (220,125,25). Sum of RGB (Red+Green+Blue) = 220+125+25=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D19 is #2382E6. Grayscale: #8E8E8E. Windows color (decimal): -2327271 or 1670620. OLE color: 1670620.

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

Color convert

RGB 220 125 25 -
CMYK 0 0.43 0.89 0.14
HSL 30.77º 0.8% 0.48% -
HSV(B) 30.77º 0.89% 0.86% -
XYZ 37.02 29.95 4.75 -
YUV 142.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 220 125 25 0 0.43 0.89 0.14 30.77 0.8 0.48
Hex DC 7D 19 0 2B 59 E 1F 50 30
Octal 334 175 31 0 53 131 16 37 120 60
Binary 11011100 1111101 11001 0 101011 1011001 1110 11111 1010000 110000

Color Harmonies of #DC7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D19

Black with #DC7D19

Text Example


Text Example

White with #DC7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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