Html Css Color HEX #D47512 Ochre

📋 copy color: '#D47512'

red 212 ◦ green 117 ◦ blue 18

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

Shades of Ochre #D47512

Tints of Ochre #D47512

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 61.1%
G = 33.72%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47512 (or 0xD47512) is known color: Ochre. HEX triplet: D4, 75 and 12. RGB value is (212,117,18). Sum of RGB (Red+Green+Blue) = 212+117+18=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47512 is #2B8AED. Grayscale: #868686. Windows color (decimal): -2853614 or 1209812. OLE color: 1209812.

HSL color Cylindrical-coordinate representation of color #D47512: hue angle of 30.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D47512 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 18 -
CMYK 0 0.45 0.92 0.17
HSL 30.62º 0.84% 0.45% -
HSV(B) 30.62º 0.92% 0.83% -
XYZ 33.62 26.76 3.97 -
YUV 134.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 212 117 18 0 0.45 0.92 0.17 30.62 0.84 0.45
Hex D4 75 12 0 2D 5C 11 1F 54 2D
Octal 324 165 22 0 55 134 21 37 124 55
Binary 11010100 1110101 10010 0 101101 1011100 10001 11111 1010100 101101

Color Harmonies of #D47512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47512

Black with #D47512

Text Example


Text Example

White with #D47512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47512; }

 p { color: rgb(212,117,18); }

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

background-color css

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

 a { background-color: rgb(212,117,18); }

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

border-color css

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

 span { border-color: rgb(212,117,18); }

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