Html Css Color HEX #D47519 Ochre

📋 copy color: '#D47519'

red 212 ◦ green 117 ◦ blue 25

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

Shades of Ochre #D47519

Tints of Ochre #D47519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 59.89%
G = 33.05%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D47519 (or 0xD47519) is known color: Ochre. HEX triplet: D4, 75 and 19. RGB value is (212,117,25). Sum of RGB (Red+Green+Blue) = 212+117+25=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D47519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47519 is #2B8AE6. Grayscale: #878787. Windows color (decimal): -2853607 or 1668564. OLE color: 1668564.

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

Color convert

RGB 212 117 25 -
CMYK 0 0.45 0.88 0.17
HSL 29.52º 0.79% 0.46% -
HSV(B) 29.52º 0.88% 0.83% -
XYZ 33.69 26.79 4.32 -
YUV 134.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 212 117 25 0 0.45 0.88 0.17 29.52 0.79 0.46
Hex D4 75 19 0 2D 58 11 1E 4F 2E
Octal 324 165 31 0 55 130 21 36 117 56
Binary 11010100 1110101 11001 0 101101 1011000 10001 11110 1001111 101110

Color Harmonies of #D47519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47519

Black with #D47519

Text Example


Text Example

White with #D47519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47519; }

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

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

background-color css

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

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

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

border-color css

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

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

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