Html Css Color HEX #D58116 Ochre

📋 copy color: '#D58116'

red 213 ◦ green 129 ◦ blue 22

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

Shades of Ochre #D58116

Tints of Ochre #D58116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 58.52%
G = 35.44%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D58116 (or 0xD58116) is known color: Ochre. HEX triplet: D5, 81 and 16. RGB value is (213,129,22). Sum of RGB (Red+Green+Blue) = 213+129+22=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58116 is #2A7EE9. Grayscale: #8E8E8E. Windows color (decimal): -2785002 or 1475029. OLE color: 1475029.

HSL color Cylindrical-coordinate representation of color #D58116: hue angle of 33.61º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D58116 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 22 -
CMYK 0 0.39 0.90 0.16
HSL 33.61º 0.81% 0.46% -
HSV(B) 33.61º 0.9% 0.84% -
XYZ 35.44 29.9 4.66 -
YUV 141.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 213 129 22 0 0.39 0.90 0.16 33.61 0.81 0.46
Hex D5 81 16 0 27 5A 10 22 51 2E
Octal 325 201 26 0 47 132 20 42 121 56
Binary 11010101 10000001 10110 0 100111 1011010 10000 100010 1010001 101110

Color Harmonies of #D58116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58116

Black with #D58116

Text Example


Text Example

White with #D58116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58116; }

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

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

background-color css

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

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

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

border-color css

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

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

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