Html Css Color HEX #DC8312 Ochre

📋 copy color: '#DC8312'

red 220 ◦ green 131 ◦ blue 18

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

Shades of Ochre #DC8312

Tints of Ochre #DC8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 59.62%
G = 35.5%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8312 (or 0xDC8312) is known color: Ochre. HEX triplet: DC, 83 and 12. RGB value is (220,131,18). Sum of RGB (Red+Green+Blue) = 220+131+18=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8312 is #237CED. Grayscale: #919191. Windows color (decimal): -2325742 or 1213404. OLE color: 1213404.

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

Color convert

RGB 220 131 18 -
CMYK 0 0.40 0.92 0.14
HSL 33.56º 0.85% 0.47% -
HSV(B) 33.56º 0.92% 0.86% -
XYZ 37.74 31.49 4.66 -
YUV 144.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 220 131 18 0 0.40 0.92 0.14 33.56 0.85 0.47
Hex DC 83 12 0 28 5C E 22 55 2F
Octal 334 203 22 0 50 134 16 42 125 57
Binary 11011100 10000011 10010 0 101000 1011100 1110 100010 1010101 101111

Color Harmonies of #DC8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8312

Black with #DC8312

Text Example


Text Example

White with #DC8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8312; }

 p { color: rgb(220,131,18); }

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

background-color css

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

 a { background-color: rgb(220,131,18); }

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

border-color css

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

 span { border-color: rgb(220,131,18); }

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