Html Css Color HEX #D17620 Ochre

📋 copy color: '#D17620'

red 209 ◦ green 118 ◦ blue 32

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

Shades of Ochre #D17620

Tints of Ochre #D17620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 58.22%
G = 32.87%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17620 (or 0xD17620) is known color: Ochre. HEX triplet: D1, 76 and 20. RGB value is (209,118,32). Sum of RGB (Red+Green+Blue) = 209+118+32=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17620 is #2E89DF. Grayscale: #878787. Windows color (decimal): -3049952 or 2127569. OLE color: 2127569.

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

Color convert

RGB 209 118 32 -
CMYK 0 0.44 0.85 0.18
HSL 29.15º 0.73% 0.47% -
HSV(B) 29.15º 0.85% 0.82% -
XYZ 33.03 26.62 4.76 -
YUV 135.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 209 118 32 0 0.44 0.85 0.18 29.15 0.73 0.47
Hex D1 76 20 0 2C 55 12 1D 49 2F
Octal 321 166 40 0 54 125 22 35 111 57
Binary 11010001 1110110 100000 0 101100 1010101 10010 11101 1001001 101111

Color Harmonies of #D17620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17620

Black with #D17620

Text Example


Text Example

White with #D17620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17620; }

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

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

background-color css

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

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

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

border-color css

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

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

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