Html Css Color HEX #D17C10 Ochre

📋 copy color: '#D17C10'

red 209 ◦ green 124 ◦ blue 16

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

Shades of Ochre #D17C10

Tints of Ochre #D17C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 59.89%
G = 35.53%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17C10 (or 0xD17C10) is known color: Ochre. HEX triplet: D1, 7C and 10. RGB value is (209,124,16). Sum of RGB (Red+Green+Blue) = 209+124+16=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C10 is #2E83EF. Grayscale: #898989. Windows color (decimal): -3048432 or 1080529. OLE color: 1080529.

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

Color convert

RGB 209 124 16 -
CMYK 0 0.41 0.92 0.18
HSL 33.58º 0.86% 0.44% -
HSV(B) 33.58º 0.92% 0.82% -
XYZ 33.6 28.01 4.13 -
YUV 137.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 209 124 16 0 0.41 0.92 0.18 33.58 0.86 0.44
Hex D1 7C 10 0 29 5C 12 22 56 2C
Octal 321 174 20 0 51 134 22 42 126 54
Binary 11010001 1111100 10000 0 101001 1011100 10010 100010 1010110 101100

Color Harmonies of #D17C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C10

Black with #D17C10

Text Example


Text Example

White with #D17C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C10; }

 p { color: rgb(209,124,16); }

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

background-color css

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

 a { background-color: rgb(209,124,16); }

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

border-color css

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

 span { border-color: rgb(209,124,16); }

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