Html Css Color HEX #D17122 Ochre

📋 copy color: '#D17122'

red 209 ◦ green 113 ◦ blue 34

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

Shades of Ochre #D17122

Tints of Ochre #D17122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 58.71%
G = 31.74%
B = 9.55%

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

#D17122 (or 0xD17122) is known color: Ochre. HEX triplet: D1, 71 and 22. RGB value is (209,113,34). Sum of RGB (Red+Green+Blue) = 209+113+34=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D17122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17122 is #2E8EDD. Grayscale: #858585. Windows color (decimal): -3051230 or 2257361. OLE color: 2257361.

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

Color convert

RGB 209 113 34 -
CMYK 0 0.46 0.84 0.18
HSL 27.09º 0.72% 0.48% -
HSV(B) 27.09º 0.84% 0.82% -
XYZ 32.49 25.48 4.72 -
YUV 132.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 209 113 34 0 0.46 0.84 0.18 27.09 0.72 0.48
Hex D1 71 22 0 2E 54 12 1B 48 30
Octal 321 161 42 0 56 124 22 33 110 60
Binary 11010001 1110001 100010 0 101110 1010100 10010 11011 1001000 110000

Color Harmonies of #D17122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17122

Black with #D17122

Text Example


Text Example

White with #D17122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17122; }

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

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

background-color css

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

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

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

border-color css

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

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

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