Html Css Color HEX #DC7A13 Ochre

📋 copy color: '#DC7A13'

red 220 ◦ green 122 ◦ blue 19

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

Shades of Ochre #DC7A13

Tints of Ochre #DC7A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 60.94%
G = 33.8%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7A13 (or 0xDC7A13) is known color: Ochre. HEX triplet: DC, 7A and 13. RGB value is (220,122,19). Sum of RGB (Red+Green+Blue) = 220+122+19=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A13 is #2385EC. Grayscale: #8C8C8C. Windows color (decimal): -2328045 or 1276636. OLE color: 1276636.

HSL color Cylindrical-coordinate representation of color #DC7A13: hue angle of 30.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC7A13 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 19 -
CMYK 0 0.45 0.91 0.14
HSL 30.75º 0.84% 0.47% -
HSV(B) 30.75º 0.91% 0.86% -
XYZ 36.59 29.18 4.32 -
YUV 139.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 220 122 19 0 0.45 0.91 0.14 30.75 0.84 0.47
Hex DC 7A 13 0 2D 5B E 1F 54 2F
Octal 334 172 23 0 55 133 16 37 124 57
Binary 11011100 1111010 10011 0 101101 1011011 1110 11111 1010100 101111

Color Harmonies of #DC7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A13

Black with #DC7A13

Text Example


Text Example

White with #DC7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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