Html Css Color HEX #DC7815 Ochre

📋 copy color: '#DC7815'

red 220 ◦ green 120 ◦ blue 21

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

Shades of Ochre #DC7815

Tints of Ochre #DC7815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 60.94%
G = 33.24%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7815 (or 0xDC7815) is known color: Ochre. HEX triplet: DC, 78 and 15. RGB value is (220,120,21). Sum of RGB (Red+Green+Blue) = 220+120+21=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7815 is #2387EA. Grayscale: #8B8B8B. Windows color (decimal): -2328555 or 1407196. OLE color: 1407196.

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

Color convert

RGB 220 120 21 -
CMYK 0 0.45 0.90 0.14
HSL 29.85º 0.83% 0.47% -
HSV(B) 29.85º 0.9% 0.86% -
XYZ 36.37 28.7 4.33 -
YUV 138.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 220 120 21 0 0.45 0.90 0.14 29.85 0.83 0.47
Hex DC 78 15 0 2D 5A E 1E 53 2F
Octal 334 170 25 0 55 132 16 36 123 57
Binary 11011100 1111000 10101 0 101101 1011010 1110 11110 1010011 101111

Color Harmonies of #DC7815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7815

Black with #DC7815

Text Example


Text Example

White with #DC7815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7815; }

 p { color: rgb(220,120,21); }

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

background-color css

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

 a { background-color: rgb(220,120,21); }

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

border-color css

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

 span { border-color: rgb(220,120,21); }

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