Html Css Color HEX #D47F13 Ochre

📋 copy color: '#D47F13'

red 212 ◦ green 127 ◦ blue 19

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

Shades of Ochre #D47F13

Tints of Ochre #D47F13

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 59.22%
G = 35.47%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D47F13 (or 0xD47F13) is known color: Ochre. HEX triplet: D4, 7F and 13. RGB value is (212,127,19). Sum of RGB (Red+Green+Blue) = 212+127+19=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47F13 is #2B80EC. Grayscale: #8C8C8C. Windows color (decimal): -2851053 or 1277908. OLE color: 1277908.

HSL color Cylindrical-coordinate representation of color #D47F13: hue angle of 33.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D47F13 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 19 -
CMYK 0 0.40 0.91 0.17
HSL 33.58º 0.84% 0.45% -
HSV(B) 33.58º 0.91% 0.83% -
XYZ 34.86 29.22 4.42 -
YUV 140.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 212 127 19 0 0.40 0.91 0.17 33.58 0.84 0.45
Hex D4 7F 13 0 28 5B 11 22 54 2D
Octal 324 177 23 0 50 133 21 42 124 55
Binary 11010100 1111111 10011 0 101000 1011011 10001 100010 1010100 101101

Color Harmonies of #D47F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F13

Black with #D47F13

Text Example


Text Example

White with #D47F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F13; }

 p { color: rgb(212,127,19); }

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

background-color css

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

 a { background-color: rgb(212,127,19); }

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

border-color css

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

 span { border-color: rgb(212,127,19); }

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