Html Css Color HEX #D58111 Ochre

📋 copy color: '#D58111'

red 213 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D58111

Tints of Ochre #D58111

RGB

 RED value IS 213 (83.59% from 255) = 59.33%

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 59.33%
G = 35.93%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58111 (or 0xD58111) is known color: Ochre. HEX triplet: D5, 81 and 11. RGB value is (213,129,17). Sum of RGB (Red+Green+Blue) = 213+129+17=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D58111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58111 is #2A7EEE. Grayscale: #8D8D8D. Windows color (decimal): -2785007 or 1147349. OLE color: 1147349.

HSL color Cylindrical-coordinate representation of color #D58111: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58111 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 17 -
CMYK 0 0.39 0.92 0.16
HSL 34.29º 0.85% 0.45% -
HSV(B) 34.29º 0.92% 0.84% -
XYZ 35.39 29.89 4.43 -
YUV 141.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 213 129 17 0 0.39 0.92 0.16 34.29 0.85 0.45
Hex D5 81 11 0 27 5C 10 22 55 2D
Octal 325 201 21 0 47 134 20 42 125 55
Binary 11010101 10000001 10001 0 100111 1011100 10000 100010 1010101 101101

Color Harmonies of #D58111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58111

Black with #D58111

Text Example


Text Example

White with #D58111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58111; }

 p { color: rgb(213,129,17); }

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

background-color css

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

 a { background-color: rgb(213,129,17); }

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

border-color css

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

 span { border-color: rgb(213,129,17); }

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