Html Css Color HEX #D58217 Ochre

📋 copy color: '#D58217'

red 213 ◦ green 130 ◦ blue 23

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

Shades of Ochre #D58217

Tints of Ochre #D58217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 58.2%
G = 35.52%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D58217 (or 0xD58217) is known color: Ochre. HEX triplet: D5, 82 and 17. RGB value is (213,130,23). Sum of RGB (Red+Green+Blue) = 213+130+23=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D58217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58217 is #2A7DE8. Grayscale: #8F8F8F. Windows color (decimal): -2784745 or 1540821. OLE color: 1540821.

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

Color convert

RGB 213 130 23 -
CMYK 0 0.39 0.89 0.16
HSL 33.79º 0.81% 0.46% -
HSV(B) 33.79º 0.89% 0.84% -
XYZ 35.58 30.17 4.76 -
YUV 142.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 213 130 23 0 0.39 0.89 0.16 33.79 0.81 0.46
Hex D5 82 17 0 27 59 10 22 51 2E
Octal 325 202 27 0 47 131 20 42 121 56
Binary 11010101 10000010 10111 0 100111 1011001 10000 100010 1010001 101110

Color Harmonies of #D58217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58217

Black with #D58217

Text Example


Text Example

White with #D58217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58217; }

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

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

background-color css

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

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

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

border-color css

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

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

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