Html Css Color HEX #D47912 Ochre

📋 copy color: '#D47912'

red 212 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D47912

Tints of Ochre #D47912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 60.4%
G = 34.47%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47912 (or 0xD47912) is known color: Ochre. HEX triplet: D4, 79 and 12. RGB value is (212,121,18). Sum of RGB (Red+Green+Blue) = 212+121+18=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D47912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47912 is #2B86ED. Grayscale: #888888. Windows color (decimal): -2852590 or 1210836. OLE color: 1210836.

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

Color convert

RGB 212 121 18 -
CMYK 0 0.43 0.92 0.17
HSL 31.86º 0.84% 0.45% -
HSV(B) 31.86º 0.92% 0.83% -
XYZ 34.1 27.72 4.12 -
YUV 136.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 212 121 18 0 0.43 0.92 0.17 31.86 0.84 0.45
Hex D4 79 12 0 2B 5C 11 20 54 2D
Octal 324 171 22 0 53 134 21 40 124 55
Binary 11010100 1111001 10010 0 101011 1011100 10001 100000 1010100 101101

Color Harmonies of #D47912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47912

Black with #D47912

Text Example


Text Example

White with #D47912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47912; }

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

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

background-color css

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

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

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

border-color css

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

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

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