Html Css Color HEX #D47D15 Ochre

📋 copy color: '#D47D15'

red 212 ◦ green 125 ◦ blue 21

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

Shades of Ochre #D47D15

Tints of Ochre #D47D15

RGB

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

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

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

R = 59.22%
G = 34.92%
B = 5.87%

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

#D47D15 (or 0xD47D15) is known color: Ochre. HEX triplet: D4, 7D and 15. RGB value is (212,125,21). Sum of RGB (Red+Green+Blue) = 212+125+21=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D15 is #2B82EA. Grayscale: #8B8B8B. Windows color (decimal): -2851563 or 1408468. OLE color: 1408468.

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

Color convert

RGB 212 125 21 -
CMYK 0 0.41 0.90 0.17
HSL 32.67º 0.82% 0.46% -
HSV(B) 32.67º 0.9% 0.83% -
XYZ 34.62 28.72 4.43 -
YUV 139.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 212 125 21 0 0.41 0.90 0.17 32.67 0.82 0.46
Hex D4 7D 15 0 29 5A 11 21 52 2E
Octal 324 175 25 0 51 132 21 41 122 56
Binary 11010100 1111101 10101 0 101001 1011010 10001 100001 1010010 101110

Color Harmonies of #D47D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D15

Black with #D47D15

Text Example


Text Example

White with #D47D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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