Html Css Color HEX #D58216 Ochre

📋 copy color: '#D58216'

red 213 ◦ green 130 ◦ blue 22

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

Shades of Ochre #D58216

Tints of Ochre #D58216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 58.36%
G = 35.62%
B = 6.03%

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

#D58216 (or 0xD58216) is known color: Ochre. HEX triplet: D5, 82 and 16. RGB value is (213,130,22). Sum of RGB (Red+Green+Blue) = 213+130+22=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D58216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58216 is #2A7DE9. Grayscale: #8F8F8F. Windows color (decimal): -2784746 or 1475285. OLE color: 1475285.

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

Color convert

RGB 213 130 22 -
CMYK 0 0.39 0.90 0.16
HSL 33.93º 0.81% 0.46% -
HSV(B) 33.93º 0.9% 0.84% -
XYZ 35.57 30.17 4.71 -
YUV 142.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 213 130 22 0 0.39 0.90 0.16 33.93 0.81 0.46
Hex D5 82 16 0 27 5A 10 22 51 2E
Octal 325 202 26 0 47 132 20 42 121 56
Binary 11010101 10000010 10110 0 100111 1011010 10000 100010 1010001 101110

Color Harmonies of #D58216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58216

Black with #D58216

Text Example


Text Example

White with #D58216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58216; }

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

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

background-color css

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

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

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

border-color css

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

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

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