Html Css Color HEX #DC7D15 Ochre

📋 copy color: '#DC7D15'

red 220 ◦ green 125 ◦ blue 21

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

Shades of Ochre #DC7D15

Tints of Ochre #DC7D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 60.11%
G = 34.15%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7D15 (or 0xDC7D15) is known color: Ochre. HEX triplet: DC, 7D and 15. RGB value is (220,125,21). Sum of RGB (Red+Green+Blue) = 220+125+21=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D15 is #2382EA. Grayscale: #8E8E8E. Windows color (decimal): -2327275 or 1408476. OLE color: 1408476.

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

Color convert

RGB 220 125 21 -
CMYK 0 0.43 0.90 0.14
HSL 31.36º 0.83% 0.47% -
HSV(B) 31.36º 0.9% 0.86% -
XYZ 36.98 29.94 4.54 -
YUV 141.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 220 125 21 0 0.43 0.90 0.14 31.36 0.83 0.47
Hex DC 7D 15 0 2B 5A E 1F 53 2F
Octal 334 175 25 0 53 132 16 37 123 57
Binary 11011100 1111101 10101 0 101011 1011010 1110 11111 1010011 101111

Color Harmonies of #DC7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D15

Black with #DC7D15

Text Example


Text Example

White with #DC7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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