Html Css Color HEX #D47416 Ochre

📋 copy color: '#D47416'

red 212 ◦ green 116 ◦ blue 22

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

Shades of Ochre #D47416

Tints of Ochre #D47416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 60.57%
G = 33.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47416 (or 0xD47416) is known color: Ochre. HEX triplet: D4, 74 and 16. RGB value is (212,116,22). Sum of RGB (Red+Green+Blue) = 212+116+22=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D47416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47416 is #2B8BE9. Grayscale: #868686. Windows color (decimal): -2853866 or 1471700. OLE color: 1471700.

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

Color convert

RGB 212 116 22 -
CMYK 0 0.45 0.90 0.17
HSL 29.68º 0.81% 0.46% -
HSV(B) 29.68º 0.9% 0.83% -
XYZ 33.54 26.55 4.12 -
YUV 133.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 212 116 22 0 0.45 0.90 0.17 29.68 0.81 0.46
Hex D4 74 16 0 2D 5A 11 1E 51 2E
Octal 324 164 26 0 55 132 21 36 121 56
Binary 11010100 1110100 10110 0 101101 1011010 10001 11110 1010001 101110

Color Harmonies of #D47416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47416

Black with #D47416

Text Example


Text Example

White with #D47416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47416; }

 p { color: rgb(212,116,22); }

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

background-color css

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

 a { background-color: rgb(212,116,22); }

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

border-color css

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

 span { border-color: rgb(212,116,22); }

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