Html Css Color HEX #D58017 Ochre

📋 copy color: '#D58017'

red 213 ◦ green 128 ◦ blue 23

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

Shades of Ochre #D58017

Tints of Ochre #D58017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 58.52%
G = 35.16%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D58017 (or 0xD58017) is known color: Ochre. HEX triplet: D5, 80 and 17. RGB value is (213,128,23). Sum of RGB (Red+Green+Blue) = 213+128+23=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58017 is #2A7FE8. Grayscale: #8D8D8D. Windows color (decimal): -2785257 or 1540309. OLE color: 1540309.

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

Color convert

RGB 213 128 23 -
CMYK 0 0.40 0.89 0.16
HSL 33.16º 0.81% 0.46% -
HSV(B) 33.16º 0.89% 0.84% -
XYZ 35.31 29.65 4.67 -
YUV 141.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 213 128 23 0 0.40 0.89 0.16 33.16 0.81 0.46
Hex D5 80 17 0 28 59 10 21 51 2E
Octal 325 200 27 0 50 131 20 41 121 56
Binary 11010101 10000000 10111 0 101000 1011001 10000 100001 1010001 101110

Color Harmonies of #D58017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58017

Black with #D58017

Text Example


Text Example

White with #D58017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58017; }

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

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

background-color css

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

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

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

border-color css

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

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

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