Html Css Color HEX #D17F18 Ochre

📋 copy color: '#D17F18'

red 209 ◦ green 127 ◦ blue 24

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

Shades of Ochre #D17F18

Tints of Ochre #D17F18

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 24 (9.77% from 255) = 6.67%

R = 58.06%
G = 35.28%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17F18 (or 0xD17F18) is known color: Ochre. HEX triplet: D1, 7F and 18. RGB value is (209,127,24). Sum of RGB (Red+Green+Blue) = 209+127+24=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F18 is #2E80E7. Grayscale: #8C8C8C. Windows color (decimal): -3047656 or 1605585. OLE color: 1605585.

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

Color convert

RGB 209 127 24 -
CMYK 0 0.39 0.89 0.18
HSL 33.41º 0.79% 0.46% -
HSV(B) 33.41º 0.89% 0.82% -
XYZ 34.05 28.8 4.63 -
YUV 139.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 209 127 24 0 0.39 0.89 0.18 33.41 0.79 0.46
Hex D1 7F 18 0 27 59 12 21 4F 2E
Octal 321 177 30 0 47 131 22 41 117 56
Binary 11010001 1111111 11000 0 100111 1011001 10010 100001 1001111 101110

Color Harmonies of #D17F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F18

Black with #D17F18

Text Example


Text Example

White with #D17F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F18; }

 p { color: rgb(209,127,24); }

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

background-color css

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

 a { background-color: rgb(209,127,24); }

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

border-color css

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

 span { border-color: rgb(209,127,24); }

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