Html Css Color HEX #DC7A19 Ochre

📋 copy color: '#DC7A19'

red 220 ◦ green 122 ◦ blue 25

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

Shades of Ochre #DC7A19

Tints of Ochre #DC7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

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

R = 59.95%
G = 33.24%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7A19 (or 0xDC7A19) is known color: Ochre. HEX triplet: DC, 7A and 19. RGB value is (220,122,25). Sum of RGB (Red+Green+Blue) = 220+122+25=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A19 is #2385E6. Grayscale: #8C8C8C. Windows color (decimal): -2328039 or 1669852. OLE color: 1669852.

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

Color convert

RGB 220 122 25 -
CMYK 0 0.45 0.89 0.14
HSL 29.85º 0.8% 0.48% -
HSV(B) 29.85º 0.89% 0.86% -
XYZ 36.65 29.2 4.63 -
YUV 140.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 220 122 25 0 0.45 0.89 0.14 29.85 0.8 0.48
Hex DC 7A 19 0 2D 59 E 1E 50 30
Octal 334 172 31 0 55 131 16 36 120 60
Binary 11011100 1111010 11001 0 101101 1011001 1110 11110 1010000 110000

Color Harmonies of #DC7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A19

Black with #DC7A19

Text Example


Text Example

White with #DC7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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