Html Css Color HEX #D58716 Ochre

📋 copy color: '#D58716'

red 213 ◦ green 135 ◦ blue 22

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

Shades of Ochre #D58716

Tints of Ochre #D58716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 57.57%
G = 36.49%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D58716 (or 0xD58716) is known color: Ochre. HEX triplet: D5, 87 and 16. RGB value is (213,135,22). Sum of RGB (Red+Green+Blue) = 213+135+22=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D58716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58716 is #2A78E9. Grayscale: #919191. Windows color (decimal): -2783466 or 1476565. OLE color: 1476565.

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

Color convert

RGB 213 135 22 -
CMYK 0 0.37 0.90 0.16
HSL 35.5º 0.81% 0.46% -
HSV(B) 35.5º 0.9% 0.84% -
XYZ 36.25 31.53 4.93 -
YUV 145.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 213 135 22 0 0.37 0.90 0.16 35.5 0.81 0.46
Hex D5 87 16 0 25 5A 10 23 51 2E
Octal 325 207 26 0 45 132 20 43 121 56
Binary 11010101 10000111 10110 0 100101 1011010 10000 100011 1010001 101110

Color Harmonies of #D58716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58716

Black with #D58716

Text Example


Text Example

White with #D58716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58716; }

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

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

background-color css

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

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

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

border-color css

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

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

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