Html Css Color HEX #D47712 Ochre

📋 copy color: '#D47712'

red 212 ◦ green 119 ◦ blue 18

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

Shades of Ochre #D47712

Tints of Ochre #D47712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 60.74%
G = 34.1%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47712 (or 0xD47712) is known color: Ochre. HEX triplet: D4, 77 and 12. RGB value is (212,119,18). Sum of RGB (Red+Green+Blue) = 212+119+18=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D47712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47712 is #2B88ED. Grayscale: #878787. Windows color (decimal): -2853102 or 1210324. OLE color: 1210324.

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

Color convert

RGB 212 119 18 -
CMYK 0 0.44 0.92 0.17
HSL 31.24º 0.84% 0.45% -
HSV(B) 31.24º 0.92% 0.83% -
XYZ 33.86 27.23 4.04 -
YUV 135.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 212 119 18 0 0.44 0.92 0.17 31.24 0.84 0.45
Hex D4 77 12 0 2C 5C 11 1F 54 2D
Octal 324 167 22 0 54 134 21 37 124 55
Binary 11010100 1110111 10010 0 101100 1011100 10001 11111 1010100 101101

Color Harmonies of #D47712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47712

Black with #D47712

Text Example


Text Example

White with #D47712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47712; }

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

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

background-color css

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

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

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

border-color css

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

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

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