Html Css Color HEX #D58613 Ochre

📋 copy color: '#D58613'

red 213 ◦ green 134 ◦ blue 19

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

Shades of Ochre #D58613

Tints of Ochre #D58613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 58.2%
G = 36.61%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D58613 (or 0xD58613) is known color: Ochre. HEX triplet: D5, 86 and 13. RGB value is (213,134,19). Sum of RGB (Red+Green+Blue) = 213+134+19=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D58613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58613 is #2A79EC. Grayscale: #919191. Windows color (decimal): -2783725 or 1279701. OLE color: 1279701.

HSL color Cylindrical-coordinate representation of color #D58613: hue angle of 35.57º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D58613 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 19 -
CMYK 0 0.37 0.91 0.16
HSL 35.57º 0.84% 0.45% -
HSV(B) 35.57º 0.91% 0.84% -
XYZ 36.08 31.24 4.74 -
YUV 144.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 213 134 19 0 0.37 0.91 0.16 35.57 0.84 0.45
Hex D5 86 13 0 25 5B 10 24 54 2D
Octal 325 206 23 0 45 133 20 44 124 55
Binary 11010101 10000110 10011 0 100101 1011011 10000 100100 1010100 101101

Color Harmonies of #D58613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58613

Black with #D58613

Text Example


Text Example

White with #D58613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58613; }

 p { color: rgb(213,134,19); }

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

background-color css

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

 a { background-color: rgb(213,134,19); }

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

border-color css

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

 span { border-color: rgb(213,134,19); }

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