Html Css Color HEX #D18418 Ochre

📋 copy color: '#D18418'

red 209 ◦ green 132 ◦ blue 24

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

Shades of Ochre #D18418

Tints of Ochre #D18418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 57.26%
G = 36.16%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18418 (or 0xD18418) is known color: Ochre. HEX triplet: D1, 84 and 18. RGB value is (209,132,24). Sum of RGB (Red+Green+Blue) = 209+132+24=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D18418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18418 is #2E7BE7. Grayscale: #8F8F8F. Windows color (decimal): -3046376 or 1606865. OLE color: 1606865.

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

Color convert

RGB 209 132 24 -
CMYK 0 0.37 0.89 0.18
HSL 35.03º 0.79% 0.46% -
HSV(B) 35.03º 0.89% 0.82% -
XYZ 34.71 30.12 4.85 -
YUV 142.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 209 132 24 0 0.37 0.89 0.18 35.03 0.79 0.46
Hex D1 84 18 0 25 59 12 23 4F 2E
Octal 321 204 30 0 45 131 22 43 117 56
Binary 11010001 10000100 11000 0 100101 1011001 10010 100011 1001111 101110

Color Harmonies of #D18418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18418

Black with #D18418

Text Example


Text Example

White with #D18418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18418; }

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

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

background-color css

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

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

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

border-color css

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

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

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