Html Css Color HEX #D17820 Ochre

📋 copy color: '#D17820'

red 209 ◦ green 120 ◦ blue 32

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

Shades of Ochre #D17820

Tints of Ochre #D17820

RGB

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

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

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

R = 57.89%
G = 33.24%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17820 (or 0xD17820) is known color: Ochre. HEX triplet: D1, 78 and 20. RGB value is (209,120,32). Sum of RGB (Red+Green+Blue) = 209+120+32=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17820 is #2E87DF. Grayscale: #898989. Windows color (decimal): -3049440 or 2128081. OLE color: 2128081.

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

Color convert

RGB 209 120 32 -
CMYK 0 0.43 0.85 0.18
HSL 29.83º 0.73% 0.47% -
HSV(B) 29.83º 0.85% 0.82% -
XYZ 33.27 27.09 4.84 -
YUV 136.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 209 120 32 0 0.43 0.85 0.18 29.83 0.73 0.47
Hex D1 78 20 0 2B 55 12 1E 49 2F
Octal 321 170 40 0 53 125 22 36 111 57
Binary 11010001 1111000 100000 0 101011 1010101 10010 11110 1001001 101111

Color Harmonies of #D17820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17820

Black with #D17820

Text Example


Text Example

White with #D17820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17820; }

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

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

background-color css

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

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

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

border-color css

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

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

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