Html Css Color HEX #D17C28 Ochre

📋 copy color: '#D17C28'

red 209 ◦ green 124 ◦ blue 40

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

Shades of Ochre #D17C28

Tints of Ochre #D17C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 56.03%
G = 33.24%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17C28 (or 0xD17C28) is known color: Ochre. HEX triplet: D1, 7C and 28. RGB value is (209,124,40). Sum of RGB (Red+Green+Blue) = 209+124+40=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C28 is #2E83D7. Grayscale: #8C8C8C. Windows color (decimal): -3048408 or 2653393. OLE color: 2653393.

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

Color convert

RGB 209 124 40 -
CMYK 0 0.41 0.81 0.18
HSL 29.82º 0.68% 0.49% -
HSV(B) 29.82º 0.81% 0.82% -
XYZ 33.89 28.12 5.65 -
YUV 139.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 209 124 40 0 0.41 0.81 0.18 29.82 0.68 0.49
Hex D1 7C 28 0 29 51 12 1E 44 31
Octal 321 174 50 0 51 121 22 36 104 61
Binary 11010001 1111100 101000 0 101001 1010001 10010 11110 1000100 110001

Color Harmonies of #D17C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C28

Black with #D17C28

Text Example


Text Example

White with #D17C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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