Html Css Color HEX #D18318 Ochre

📋 copy color: '#D18318'

red 209 ◦ green 131 ◦ blue 24

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

Shades of Ochre #D18318

Tints of Ochre #D18318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 57.42%
G = 35.99%
B = 6.59%

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

#D18318 (or 0xD18318) is known color: Ochre. HEX triplet: D1, 83 and 18. RGB value is (209,131,24). Sum of RGB (Red+Green+Blue) = 209+131+24=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D18318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18318 is #2E7CE7. Grayscale: #8E8E8E. Windows color (decimal): -3046632 or 1606609. OLE color: 1606609.

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

Color convert

RGB 209 131 24 -
CMYK 0 0.37 0.89 0.18
HSL 34.7º 0.79% 0.46% -
HSV(B) 34.7º 0.89% 0.82% -
XYZ 34.58 29.85 4.8 -
YUV 142.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 209 131 24 0 0.37 0.89 0.18 34.7 0.79 0.46
Hex D1 83 18 0 25 59 12 23 4F 2E
Octal 321 203 30 0 45 131 22 43 117 56
Binary 11010001 10000011 11000 0 100101 1011001 10010 100011 1001111 101110

Color Harmonies of #D18318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18318

Black with #D18318

Text Example


Text Example

White with #D18318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18318; }

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

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

background-color css

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

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

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

border-color css

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

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

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