Html Css Color HEX #D17615 Ochre

📋 copy color: '#D17615'

red 209 ◦ green 118 ◦ blue 21

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

Shades of Ochre #D17615

Tints of Ochre #D17615

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

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

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

R = 60.06%
G = 33.91%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17615 (or 0xD17615) is known color: Ochre. HEX triplet: D1, 76 and 15. RGB value is (209,118,21). Sum of RGB (Red+Green+Blue) = 209+118+21=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17615 is #2E89EA. Grayscale: #868686. Windows color (decimal): -3049963 or 1406673. OLE color: 1406673.

HSL color Cylindrical-coordinate representation of color #D17615: hue angle of 30.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D17615 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 21 -
CMYK 0 0.44 0.90 0.18
HSL 30.96º 0.82% 0.45% -
HSV(B) 30.96º 0.9% 0.82% -
XYZ 32.91 26.57 4.1 -
YUV 134.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 209 118 21 0 0.44 0.90 0.18 30.96 0.82 0.45
Hex D1 76 15 0 2C 5A 12 1F 52 2D
Octal 321 166 25 0 54 132 22 37 122 55
Binary 11010001 1110110 10101 0 101100 1011010 10010 11111 1010010 101101

Color Harmonies of #D17615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17615

Black with #D17615

Text Example


Text Example

White with #D17615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17615; }

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

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

background-color css

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

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

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

border-color css

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

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

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