Html Css Color HEX #D17121 Ochre

📋 copy color: '#D17121'

red 209 ◦ green 113 ◦ blue 33

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

Shades of Ochre #D17121

Tints of Ochre #D17121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 58.87%
G = 31.83%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17121 (or 0xD17121) is known color: Ochre. HEX triplet: D1, 71 and 21. RGB value is (209,113,33). Sum of RGB (Red+Green+Blue) = 209+113+33=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D17121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17121 is #2E8EDE. Grayscale: #858585. Windows color (decimal): -3051231 or 2191825. OLE color: 2191825.

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

Color convert

RGB 209 113 33 -
CMYK 0 0.46 0.84 0.18
HSL 27.27º 0.73% 0.47% -
HSV(B) 27.27º 0.84% 0.82% -
XYZ 32.47 25.48 4.64 -
YUV 132.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 209 113 33 0 0.46 0.84 0.18 27.27 0.73 0.47
Hex D1 71 21 0 2E 54 12 1B 49 2F
Octal 321 161 41 0 56 124 22 33 111 57
Binary 11010001 1110001 100001 0 101110 1010100 10010 11011 1001001 101111

Color Harmonies of #D17121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17121

Black with #D17121

Text Example


Text Example

White with #D17121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17121; }

 p { color: rgb(209,113,33); }

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

background-color css

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

 a { background-color: rgb(209,113,33); }

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

border-color css

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

 span { border-color: rgb(209,113,33); }

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