Html Css Color HEX #DC7814 Ochre

📋 copy color: '#DC7814'

red 220 ◦ green 120 ◦ blue 20

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

Shades of Ochre #DC7814

Tints of Ochre #DC7814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 61.11%
G = 33.33%
B = 5.56%

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

#DC7814 (or 0xDC7814) is known color: Ochre. HEX triplet: DC, 78 and 14. RGB value is (220,120,20). Sum of RGB (Red+Green+Blue) = 220+120+20=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7814 is #2387EB. Grayscale: #8B8B8B. Windows color (decimal): -2328556 or 1341660. OLE color: 1341660.

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

Color convert

RGB 220 120 20 -
CMYK 0 0.45 0.91 0.14
HSL 30º 0.83% 0.47% -
HSV(B) 30º 0.91% 0.86% -
XYZ 36.36 28.7 4.29 -
YUV 138.5 61.13 186.13 -
System Red Green Blue C M Y K H S L
Decimal 220 120 20 0 0.45 0.91 0.14 30 0.83 0.47
Hex DC 78 14 0 2D 5B E 1E 53 2F
Octal 334 170 24 0 55 133 16 36 123 57
Binary 11011100 1111000 10100 0 101101 1011011 1110 11110 1010011 101111

Color Harmonies of #DC7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7814

Black with #DC7814

Text Example


Text Example

White with #DC7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7814; }

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

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

background-color css

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

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

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

border-color css

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

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

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