Html Css Color HEX #DC7D12 Ochre

📋 copy color: '#DC7D12'

red 220 ◦ green 125 ◦ blue 18

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

Shades of Ochre #DC7D12

Tints of Ochre #DC7D12

RGB

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

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

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

R = 60.61%
G = 34.44%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7D12 (or 0xDC7D12) is known color: Ochre. HEX triplet: DC, 7D and 12. RGB value is (220,125,18). Sum of RGB (Red+Green+Blue) = 220+125+18=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D12 is #2382ED. Grayscale: #8D8D8D. Windows color (decimal): -2327278 or 1211868. OLE color: 1211868.

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

Color convert

RGB 220 125 18 -
CMYK 0 0.43 0.92 0.14
HSL 31.78º 0.85% 0.47% -
HSV(B) 31.78º 0.92% 0.86% -
XYZ 36.96 29.93 4.4 -
YUV 141.21 58.47 184.2 -
System Red Green Blue C M Y K H S L
Decimal 220 125 18 0 0.43 0.92 0.14 31.78 0.85 0.47
Hex DC 7D 12 0 2B 5C E 20 55 2F
Octal 334 175 22 0 53 134 16 40 125 57
Binary 11011100 1111101 10010 0 101011 1011100 1110 100000 1010101 101111

Color Harmonies of #DC7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D12

Black with #DC7D12

Text Example


Text Example

White with #DC7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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