Html Css Color HEX #D47815 Ochre

📋 copy color: '#D47815'

red 212 ◦ green 120 ◦ blue 21

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

Shades of Ochre #D47815

Tints of Ochre #D47815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 60.06%
G = 33.99%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47815 (or 0xD47815) is known color: Ochre. HEX triplet: D4, 78 and 15. RGB value is (212,120,21). Sum of RGB (Red+Green+Blue) = 212+120+21=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D47815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47815 is #2B87EA. Grayscale: #888888. Windows color (decimal): -2852843 or 1407188. OLE color: 1407188.

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

Color convert

RGB 212 120 21 -
CMYK 0 0.43 0.90 0.17
HSL 31.1º 0.82% 0.46% -
HSV(B) 31.1º 0.9% 0.83% -
XYZ 34 27.48 4.22 -
YUV 136.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 212 120 21 0 0.43 0.90 0.17 31.1 0.82 0.46
Hex D4 78 15 0 2B 5A 11 1F 52 2E
Octal 324 170 25 0 53 132 21 37 122 56
Binary 11010100 1111000 10101 0 101011 1011010 10001 11111 1010010 101110

Color Harmonies of #D47815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47815

Black with #D47815

Text Example


Text Example

White with #D47815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47815; }

 p { color: rgb(212,120,21); }

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

background-color css

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

 a { background-color: rgb(212,120,21); }

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

border-color css

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

 span { border-color: rgb(212,120,21); }

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