Html Css Color HEX #D47611 Ochre

📋 copy color: '#D47611'

red 212 ◦ green 118 ◦ blue 17

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

Shades of Ochre #D47611

Tints of Ochre #D47611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 61.1%
G = 34.01%
B = 4.9%

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

#D47611 (or 0xD47611) is known color: Ochre. HEX triplet: D4, 76 and 11. RGB value is (212,118,17). Sum of RGB (Red+Green+Blue) = 212+118+17=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47611 is #2B89EE. Grayscale: #878787. Windows color (decimal): -2853359 or 1144532. OLE color: 1144532.

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

Color convert

RGB 212 118 17 -
CMYK 0 0.44 0.92 0.17
HSL 31.08º 0.85% 0.45% -
HSV(B) 31.08º 0.92% 0.83% -
XYZ 33.73 26.99 3.96 -
YUV 134.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 212 118 17 0 0.44 0.92 0.17 31.08 0.85 0.45
Hex D4 76 11 0 2C 5C 11 1F 55 2D
Octal 324 166 21 0 54 134 21 37 125 55
Binary 11010100 1110110 10001 0 101100 1011100 10001 11111 1010101 101101

Color Harmonies of #D47611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47611

Black with #D47611

Text Example


Text Example

White with #D47611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47611; }

 p { color: rgb(212,118,17); }

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

background-color css

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

 a { background-color: rgb(212,118,17); }

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

border-color css

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

 span { border-color: rgb(212,118,17); }

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