Html Css Color HEX #D18115 Ochre

📋 copy color: '#D18115'

red 209 ◦ green 129 ◦ blue 21

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

Shades of Ochre #D18115

Tints of Ochre #D18115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 58.22%
G = 35.93%
B = 5.85%

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

#D18115 (or 0xD18115) is known color: Ochre. HEX triplet: D1, 81 and 15. RGB value is (209,129,21). Sum of RGB (Red+Green+Blue) = 209+129+21=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D18115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18115 is #2E7EEA. Grayscale: #8D8D8D. Windows color (decimal): -3047147 or 1409489. OLE color: 1409489.

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

Color convert

RGB 209 129 21 -
CMYK 0 0.38 0.90 0.18
HSL 34.47º 0.82% 0.45% -
HSV(B) 34.47º 0.9% 0.82% -
XYZ 34.28 29.31 4.56 -
YUV 140.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 209 129 21 0 0.38 0.90 0.18 34.47 0.82 0.45
Hex D1 81 15 0 26 5A 12 22 52 2D
Octal 321 201 25 0 46 132 22 42 122 55
Binary 11010001 10000001 10101 0 100110 1011010 10010 100010 1010010 101101

Color Harmonies of #D18115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18115

Black with #D18115

Text Example


Text Example

White with #D18115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18115; }

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

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

background-color css

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

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

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

border-color css

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

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

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