Html Css Color HEX #D47D16 Ochre

📋 copy color: '#D47D16'

red 212 ◦ green 125 ◦ blue 22

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

Shades of Ochre #D47D16

Tints of Ochre #D47D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

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

R = 59.05%
G = 34.82%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47D16 (or 0xD47D16) is known color: Ochre. HEX triplet: D4, 7D and 16. RGB value is (212,125,22). Sum of RGB (Red+Green+Blue) = 212+125+22=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D16 is #2B82E9. Grayscale: #8B8B8B. Windows color (decimal): -2851562 or 1474004. OLE color: 1474004.

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

Color convert

RGB 212 125 22 -
CMYK 0 0.41 0.90 0.17
HSL 32.53º 0.81% 0.46% -
HSV(B) 32.53º 0.9% 0.83% -
XYZ 34.63 28.72 4.48 -
YUV 139.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 212 125 22 0 0.41 0.90 0.17 32.53 0.81 0.46
Hex D4 7D 16 0 29 5A 11 21 51 2E
Octal 324 175 26 0 51 132 21 41 121 56
Binary 11010100 1111101 10110 0 101001 1011010 10001 100001 1010001 101110

Color Harmonies of #D47D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D16

Black with #D47D16

Text Example


Text Example

White with #D47D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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