Html Css Color HEX #DC8318 Ochre

📋 copy color: '#DC8318'

red 220 ◦ green 131 ◦ blue 24

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

Shades of Ochre #DC8318

Tints of Ochre #DC8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 58.67%
G = 34.93%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8318 (or 0xDC8318) is known color: Ochre. HEX triplet: DC, 83 and 18. RGB value is (220,131,24). Sum of RGB (Red+Green+Blue) = 220+131+24=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8318 is #237CE7. Grayscale: #919191. Windows color (decimal): -2325736 or 1606620. OLE color: 1606620.

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

Color convert

RGB 220 131 24 -
CMYK 0 0.40 0.89 0.14
HSL 32.76º 0.8% 0.48% -
HSV(B) 32.76º 0.89% 0.86% -
XYZ 37.8 31.51 4.95 -
YUV 145.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 220 131 24 0 0.40 0.89 0.14 32.76 0.8 0.48
Hex DC 83 18 0 28 59 E 21 50 30
Octal 334 203 30 0 50 131 16 41 120 60
Binary 11011100 10000011 11000 0 101000 1011001 1110 100001 1010000 110000

Color Harmonies of #DC8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8318

Black with #DC8318

Text Example


Text Example

White with #DC8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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