Html Css Color HEX #D17E18 Ochre

📋 copy color: '#D17E18'

red 209 ◦ green 126 ◦ blue 24

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

Shades of Ochre #D17E18

Tints of Ochre #D17E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 58.22%
G = 35.1%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17E18 (or 0xD17E18) is known color: Ochre. HEX triplet: D1, 7E and 18. RGB value is (209,126,24). Sum of RGB (Red+Green+Blue) = 209+126+24=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17E18 is #2E81E7. Grayscale: #8B8B8B. Windows color (decimal): -3047912 or 1605329. OLE color: 1605329.

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

Color convert

RGB 209 126 24 -
CMYK 0 0.40 0.89 0.18
HSL 33.08º 0.79% 0.46% -
HSV(B) 33.08º 0.89% 0.82% -
XYZ 33.92 28.54 4.59 -
YUV 139.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 209 126 24 0 0.40 0.89 0.18 33.08 0.79 0.46
Hex D1 7E 18 0 28 59 12 21 4F 2E
Octal 321 176 30 0 50 131 22 41 117 56
Binary 11010001 1111110 11000 0 101000 1011001 10010 100001 1001111 101110

Color Harmonies of #D17E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E18

Black with #D17E18

Text Example


Text Example

White with #D17E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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