Html Css Color HEX #D17422 Ochre

📋 copy color: '#D17422'

red 209 ◦ green 116 ◦ blue 34

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

Shades of Ochre #D17422

Tints of Ochre #D17422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 58.22%
G = 32.31%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17422 (or 0xD17422) is known color: Ochre. HEX triplet: D1, 74 and 22. RGB value is (209,116,34). Sum of RGB (Red+Green+Blue) = 209+116+34=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17422 is #2E8BDD. Grayscale: #868686. Windows color (decimal): -3050462 or 2258129. OLE color: 2258129.

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

Color convert

RGB 209 116 34 -
CMYK 0 0.44 0.84 0.18
HSL 28.11º 0.72% 0.48% -
HSV(B) 28.11º 0.84% 0.82% -
XYZ 32.83 26.16 4.83 -
YUV 134.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 209 116 34 0 0.44 0.84 0.18 28.11 0.72 0.48
Hex D1 74 22 0 2C 54 12 1C 48 30
Octal 321 164 42 0 54 124 22 34 110 60
Binary 11010001 1110100 100010 0 101100 1010100 10010 11100 1001000 110000

Color Harmonies of #D17422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17422

Black with #D17422

Text Example


Text Example

White with #D17422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17422; }

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

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

background-color css

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

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

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

border-color css

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

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

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