Html Css Color HEX #DC8015 Ochre

📋 copy color: '#DC8015'

red 220 ◦ green 128 ◦ blue 21

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

Shades of Ochre #DC8015

Tints of Ochre #DC8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 59.62%
G = 34.69%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8015 (or 0xDC8015) is known color: Ochre. HEX triplet: DC, 80 and 15. RGB value is (220,128,21). Sum of RGB (Red+Green+Blue) = 220+128+21=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8015 is #237FEA. Grayscale: #8F8F8F. Windows color (decimal): -2326507 or 1409244. OLE color: 1409244.

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

Color convert

RGB 220 128 21 -
CMYK 0 0.42 0.90 0.14
HSL 32.26º 0.83% 0.47% -
HSV(B) 32.26º 0.9% 0.86% -
XYZ 37.37 30.71 4.67 -
YUV 143.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 220 128 21 0 0.42 0.90 0.14 32.26 0.83 0.47
Hex DC 80 15 0 2A 5A E 20 53 2F
Octal 334 200 25 0 52 132 16 40 123 57
Binary 11011100 10000000 10101 0 101010 1011010 1110 100000 1010011 101111

Color Harmonies of #DC8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8015

Black with #DC8015

Text Example


Text Example

White with #DC8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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