Html Css Color HEX #D18615 Ochre

📋 copy color: '#D18615'

red 209 ◦ green 134 ◦ blue 21

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

Shades of Ochre #D18615

Tints of Ochre #D18615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

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

R = 57.42%
G = 36.81%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18615 (or 0xD18615) is known color: Ochre. HEX triplet: D1, 86 and 15. RGB value is (209,134,21). Sum of RGB (Red+Green+Blue) = 209+134+21=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D18615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18615 is #2E79EA. Grayscale: #909090. Windows color (decimal): -3045867 or 1410769. OLE color: 1410769.

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

Color convert

RGB 209 134 21 -
CMYK 0 0.36 0.90 0.18
HSL 36.06º 0.82% 0.45% -
HSV(B) 36.06º 0.9% 0.82% -
XYZ 34.95 30.66 4.79 -
YUV 143.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 209 134 21 0 0.36 0.90 0.18 36.06 0.82 0.45
Hex D1 86 15 0 24 5A 12 24 52 2D
Octal 321 206 25 0 44 132 22 44 122 55
Binary 11010001 10000110 10101 0 100100 1011010 10010 100100 1010010 101101

Color Harmonies of #D18615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18615

Black with #D18615

Text Example


Text Example

White with #D18615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18615; }

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

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

background-color css

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

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

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

border-color css

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

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

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