Html Css Color HEX #D47711 Ochre

📋 copy color: '#D47711'

red 212 ◦ green 119 ◦ blue 17

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

Shades of Ochre #D47711

Tints of Ochre #D47711

RGB

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

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

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

R = 60.92%
G = 34.2%
B = 4.89%

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

#D47711 (or 0xD47711) is known color: Ochre. HEX triplet: D4, 77 and 11. RGB value is (212,119,17). Sum of RGB (Red+Green+Blue) = 212+119+17=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47711 is #2B88EE. Grayscale: #878787. Windows color (decimal): -2853103 or 1144788. OLE color: 1144788.

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

Color convert

RGB 212 119 17 -
CMYK 0 0.44 0.92 0.17
HSL 31.38º 0.85% 0.45% -
HSV(B) 31.38º 0.92% 0.83% -
XYZ 33.85 27.23 4 -
YUV 135.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 212 119 17 0 0.44 0.92 0.17 31.38 0.85 0.45
Hex D4 77 11 0 2C 5C 11 1F 55 2D
Octal 324 167 21 0 54 134 21 37 125 55
Binary 11010100 1110111 10001 0 101100 1011100 10001 11111 1010101 101101

Color Harmonies of #D47711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47711

Black with #D47711

Text Example


Text Example

White with #D47711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47711; }

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

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

background-color css

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

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

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

border-color css

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

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

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