Html Css Color HEX #D18015 Ochre

📋 copy color: '#D18015'

red 209 ◦ green 128 ◦ blue 21

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

Shades of Ochre #D18015

Tints of Ochre #D18015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 58.38%
G = 35.75%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18015 (or 0xD18015) is known color: Ochre. HEX triplet: D1, 80 and 15. RGB value is (209,128,21). Sum of RGB (Red+Green+Blue) = 209+128+21=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D18015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18015 is #2E7FEA. Grayscale: #8C8C8C. Windows color (decimal): -3047403 or 1409233. OLE color: 1409233.

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

Color convert

RGB 209 128 21 -
CMYK 0 0.39 0.90 0.18
HSL 34.15º 0.82% 0.45% -
HSV(B) 34.15º 0.9% 0.82% -
XYZ 34.15 29.05 4.52 -
YUV 140.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 209 128 21 0 0.39 0.90 0.18 34.15 0.82 0.45
Hex D1 80 15 0 27 5A 12 22 52 2D
Octal 321 200 25 0 47 132 22 42 122 55
Binary 11010001 10000000 10101 0 100111 1011010 10010 100010 1010010 101101

Color Harmonies of #D18015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18015

Black with #D18015

Text Example


Text Example

White with #D18015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18015; }

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

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

background-color css

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

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

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

border-color css

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

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

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