Html Css Color HEX #D18518 Ochre

📋 copy color: '#D18518'

red 209 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D18518

Tints of Ochre #D18518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 57.1%
G = 36.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18518 (or 0xD18518) is known color: Ochre. HEX triplet: D1, 85 and 18. RGB value is (209,133,24). Sum of RGB (Red+Green+Blue) = 209+133+24=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D18518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18518 is #2E7AE7. Grayscale: #8F8F8F. Windows color (decimal): -3046120 or 1607121. OLE color: 1607121.

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

Color convert

RGB 209 133 24 -
CMYK 0 0.36 0.89 0.18
HSL 35.35º 0.79% 0.46% -
HSV(B) 35.35º 0.89% 0.82% -
XYZ 34.85 30.4 4.89 -
YUV 143.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 209 133 24 0 0.36 0.89 0.18 35.35 0.79 0.46
Hex D1 85 18 0 24 59 12 23 4F 2E
Octal 321 205 30 0 44 131 22 43 117 56
Binary 11010001 10000101 11000 0 100100 1011001 10010 100011 1001111 101110

Color Harmonies of #D18518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18518

Black with #D18518

Text Example


Text Example

White with #D18518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18518; }

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

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

background-color css

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

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

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

border-color css

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

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

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