Html Css Color HEX #D47615 Ochre

📋 copy color: '#D47615'

red 212 ◦ green 118 ◦ blue 21

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

Shades of Ochre #D47615

Tints of Ochre #D47615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 60.4%
G = 33.62%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47615 (or 0xD47615) is known color: Ochre. HEX triplet: D4, 76 and 15. RGB value is (212,118,21). Sum of RGB (Red+Green+Blue) = 212+118+21=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D47615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47615 is #2B89EA. Grayscale: #878787. Windows color (decimal): -2853355 or 1406676. OLE color: 1406676.

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

Color convert

RGB 212 118 21 -
CMYK 0 0.44 0.90 0.17
HSL 30.47º 0.82% 0.46% -
HSV(B) 30.47º 0.9% 0.83% -
XYZ 33.77 27.01 4.14 -
YUV 135.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 212 118 21 0 0.44 0.90 0.17 30.47 0.82 0.46
Hex D4 76 15 0 2C 5A 11 1E 52 2E
Octal 324 166 25 0 54 132 21 36 122 56
Binary 11010100 1110110 10101 0 101100 1011010 10001 11110 1010010 101110

Color Harmonies of #D47615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47615

Black with #D47615

Text Example


Text Example

White with #D47615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47615; }

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

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

background-color css

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

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

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

border-color css

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

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

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