Html Css Color HEX #D47513 Ochre

📋 copy color: '#D47513'

red 212 ◦ green 117 ◦ blue 19

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

Shades of Ochre #D47513

Tints of Ochre #D47513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 60.92%
G = 33.62%
B = 5.46%

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

#D47513 (or 0xD47513) is known color: Ochre. HEX triplet: D4, 75 and 13. RGB value is (212,117,19). Sum of RGB (Red+Green+Blue) = 212+117+19=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47513 is #2B8AEC. Grayscale: #868686. Windows color (decimal): -2853613 or 1275348. OLE color: 1275348.

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

Color convert

RGB 212 117 19 -
CMYK 0 0.45 0.91 0.17
HSL 30.47º 0.84% 0.45% -
HSV(B) 30.47º 0.91% 0.83% -
XYZ 33.63 26.77 4.01 -
YUV 134.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 212 117 19 0 0.45 0.91 0.17 30.47 0.84 0.45
Hex D4 75 13 0 2D 5B 11 1E 54 2D
Octal 324 165 23 0 55 133 21 36 124 55
Binary 11010100 1110101 10011 0 101101 1011011 10001 11110 1010100 101101

Color Harmonies of #D47513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47513

Black with #D47513

Text Example


Text Example

White with #D47513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47513; }

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

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

background-color css

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

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

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

border-color css

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

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

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