Html Css Color HEX #D18218 Ochre

📋 copy color: '#D18218'

red 209 ◦ green 130 ◦ blue 24

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

Shades of Ochre #D18218

Tints of Ochre #D18218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

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

R = 57.58%
G = 35.81%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18218 (or 0xD18218) is known color: Ochre. HEX triplet: D1, 82 and 18. RGB value is (209,130,24). Sum of RGB (Red+Green+Blue) = 209+130+24=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18218 is #2E7DE7. Grayscale: #8E8E8E. Windows color (decimal): -3046888 or 1606353. OLE color: 1606353.

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

Color convert

RGB 209 130 24 -
CMYK 0 0.38 0.89 0.18
HSL 34.38º 0.79% 0.46% -
HSV(B) 34.38º 0.89% 0.82% -
XYZ 34.44 29.59 4.76 -
YUV 141.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 209 130 24 0 0.38 0.89 0.18 34.38 0.79 0.46
Hex D1 82 18 0 26 59 12 22 4F 2E
Octal 321 202 30 0 46 131 22 42 117 56
Binary 11010001 10000010 11000 0 100110 1011001 10010 100010 1001111 101110

Color Harmonies of #D18218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18218

Black with #D18218

Text Example


Text Example

White with #D18218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18218; }

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

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

background-color css

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

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

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

border-color css

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

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

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