Html Css Color HEX #D17C17 Ochre

📋 copy color: '#D17C17'

red 209 ◦ green 124 ◦ blue 23

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

Shades of Ochre #D17C17

Tints of Ochre #D17C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.46%

R = 58.71%
G = 34.83%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17C17 (or 0xD17C17) is known color: Ochre. HEX triplet: D1, 7C and 17. RGB value is (209,124,23). Sum of RGB (Red+Green+Blue) = 209+124+23=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C17 is #2E83E8. Grayscale: #8A8A8A. Windows color (decimal): -3048425 or 1539281. OLE color: 1539281.

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

Color convert

RGB 209 124 23 -
CMYK 0 0.41 0.89 0.18
HSL 32.58º 0.8% 0.45% -
HSV(B) 32.58º 0.89% 0.82% -
XYZ 33.66 28.03 4.45 -
YUV 137.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 209 124 23 0 0.41 0.89 0.18 32.58 0.8 0.45
Hex D1 7C 17 0 29 59 12 21 50 2D
Octal 321 174 27 0 51 131 22 41 120 55
Binary 11010001 1111100 10111 0 101001 1011001 10010 100001 1010000 101101

Color Harmonies of #D17C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C17

Black with #D17C17

Text Example


Text Example

White with #D17C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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