Html Css Color HEX #D47413 Ochre

📋 copy color: '#D47413'

red 212 ◦ green 116 ◦ blue 19

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

Shades of Ochre #D47413

Tints of Ochre #D47413

RGB

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

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

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

R = 61.1%
G = 33.43%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D47413 (or 0xD47413) is known color: Ochre. HEX triplet: D4, 74 and 13. RGB value is (212,116,19). Sum of RGB (Red+Green+Blue) = 212+116+19=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47413 is #2B8BEC. Grayscale: #868686. Windows color (decimal): -2853869 or 1275092. OLE color: 1275092.

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

Color convert

RGB 212 116 19 -
CMYK 0 0.45 0.91 0.17
HSL 30.16º 0.84% 0.45% -
HSV(B) 30.16º 0.91% 0.83% -
XYZ 33.51 26.53 3.97 -
YUV 133.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 212 116 19 0 0.45 0.91 0.17 30.16 0.84 0.45
Hex D4 74 13 0 2D 5B 11 1E 54 2D
Octal 324 164 23 0 55 133 21 36 124 55
Binary 11010100 1110100 10011 0 101101 1011011 10001 11110 1010100 101101

Color Harmonies of #D47413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47413

Black with #D47413

Text Example


Text Example

White with #D47413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47413; }

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

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

background-color css

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

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

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

border-color css

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

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

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