Html Css Color HEX #D17224 Ochre

📋 copy color: '#D17224'

red 209 ◦ green 114 ◦ blue 36

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

Shades of Ochre #D17224

Tints of Ochre #D17224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 58.22%
G = 31.75%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D17224 (or 0xD17224) is known color: Ochre. HEX triplet: D1, 72 and 24. RGB value is (209,114,36). Sum of RGB (Red+Green+Blue) = 209+114+36=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17224 is #2E8DDB. Grayscale: #858585. Windows color (decimal): -3050972 or 2388689. OLE color: 2388689.

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

Color convert

RGB 209 114 36 -
CMYK 0 0.45 0.83 0.18
HSL 27.05º 0.71% 0.48% -
HSV(B) 27.05º 0.83% 0.82% -
XYZ 32.63 25.72 4.91 -
YUV 133.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 209 114 36 0 0.45 0.83 0.18 27.05 0.71 0.48
Hex D1 72 24 0 2D 53 12 1B 47 30
Octal 321 162 44 0 55 123 22 33 107 60
Binary 11010001 1110010 100100 0 101101 1010011 10010 11011 1000111 110000

Color Harmonies of #D17224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17224

Black with #D17224

Text Example


Text Example

White with #D17224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17224; }

 p { color: rgb(209,114,36); }

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

background-color css

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

 a { background-color: rgb(209,114,36); }

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

border-color css

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

 span { border-color: rgb(209,114,36); }

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