Html Css Color HEX #D18013 Ochre

📋 copy color: '#D18013'

red 209 ◦ green 128 ◦ blue 19

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

Shades of Ochre #D18013

Tints of Ochre #D18013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 58.71%
G = 35.96%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18013 (or 0xD18013) is known color: Ochre. HEX triplet: D1, 80 and 13. RGB value is (209,128,19). Sum of RGB (Red+Green+Blue) = 209+128+19=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D18013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18013 is #2E7FEC. Grayscale: #8C8C8C. Windows color (decimal): -3047405 or 1278161. OLE color: 1278161.

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

Color convert

RGB 209 128 19 -
CMYK 0 0.39 0.91 0.18
HSL 34.42º 0.83% 0.45% -
HSV(B) 34.42º 0.91% 0.82% -
XYZ 34.13 29.04 4.42 -
YUV 139.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 209 128 19 0 0.39 0.91 0.18 34.42 0.83 0.45
Hex D1 80 13 0 27 5B 12 22 53 2D
Octal 321 200 23 0 47 133 22 42 123 55
Binary 11010001 10000000 10011 0 100111 1011011 10010 100010 1010011 101101

Color Harmonies of #D18013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18013

Black with #D18013

Text Example


Text Example

White with #D18013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18013; }

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

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

background-color css

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

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

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

border-color css

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

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

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