Html Css Color HEX #D17815 Ochre

📋 copy color: '#D17815'

red 209 ◦ green 120 ◦ blue 21

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

Shades of Ochre #D17815

Tints of Ochre #D17815

RGB

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

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

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

R = 59.71%
G = 34.29%
B = 6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17815 (or 0xD17815) is known color: Ochre. HEX triplet: D1, 78 and 15. RGB value is (209,120,21). Sum of RGB (Red+Green+Blue) = 209+120+21=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17815 is #2E87EA. Grayscale: #878787. Windows color (decimal): -3049451 or 1407185. OLE color: 1407185.

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

Color convert

RGB 209 120 21 -
CMYK 0 0.43 0.90 0.18
HSL 31.6º 0.82% 0.45% -
HSV(B) 31.6º 0.9% 0.82% -
XYZ 33.15 27.04 4.18 -
YUV 135.33 63.49 180.55 -
System Red Green Blue C M Y K H S L
Decimal 209 120 21 0 0.43 0.90 0.18 31.6 0.82 0.45
Hex D1 78 15 0 2B 5A 12 20 52 2D
Octal 321 170 25 0 53 132 22 40 122 55
Binary 11010001 1111000 10101 0 101011 1011010 10010 100000 1010010 101101

Color Harmonies of #D17815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17815

Black with #D17815

Text Example


Text Example

White with #D17815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17815; }

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

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

background-color css

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

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

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

border-color css

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

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

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