Html Css Color HEX #D18215 Ochre

📋 copy color: '#D18215'

red 209 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D18215

Tints of Ochre #D18215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 58.06%
G = 36.11%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18215 (or 0xD18215) is known color: Ochre. HEX triplet: D1, 82 and 15. RGB value is (209,130,21). Sum of RGB (Red+Green+Blue) = 209+130+21=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18215 is #2E7DEA. Grayscale: #8D8D8D. Windows color (decimal): -3046891 or 1409745. OLE color: 1409745.

HSL color Cylindrical-coordinate representation of color #D18215: hue angle of 34.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D18215 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 21 -
CMYK 0 0.38 0.90 0.18
HSL 34.79º 0.82% 0.45% -
HSV(B) 34.79º 0.9% 0.82% -
XYZ 34.41 29.57 4.6 -
YUV 141.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 209 130 21 0 0.38 0.90 0.18 34.79 0.82 0.45
Hex D1 82 15 0 26 5A 12 23 52 2D
Octal 321 202 25 0 46 132 22 43 122 55
Binary 11010001 10000010 10101 0 100110 1011010 10010 100011 1010010 101101

Color Harmonies of #D18215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18215

Black with #D18215

Text Example


Text Example

White with #D18215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18215; }

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

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

background-color css

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

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

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

border-color css

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

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

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