Html Css Color HEX #D58619 Ochre

📋 copy color: '#D58619'

red 213 ◦ green 134 ◦ blue 25

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

Shades of Ochre #D58619

Tints of Ochre #D58619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 57.26%
G = 36.02%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D58619 (or 0xD58619) is known color: Ochre. HEX triplet: D5, 86 and 19. RGB value is (213,134,25). Sum of RGB (Red+Green+Blue) = 213+134+25=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D58619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58619 is #2A79E6. Grayscale: #919191. Windows color (decimal): -2783719 or 1672917. OLE color: 1672917.

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

Color convert

RGB 213 134 25 -
CMYK 0 0.37 0.88 0.16
HSL 34.79º 0.79% 0.47% -
HSV(B) 34.79º 0.88% 0.84% -
XYZ 36.14 31.27 5.05 -
YUV 145.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 213 134 25 0 0.37 0.88 0.16 34.79 0.79 0.47
Hex D5 86 19 0 25 58 10 23 4F 2F
Octal 325 206 31 0 45 130 20 43 117 57
Binary 11010101 10000110 11001 0 100101 1011000 10000 100011 1001111 101111

Color Harmonies of #D58619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58619

Black with #D58619

Text Example


Text Example

White with #D58619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58619; }

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

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

background-color css

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

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

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

border-color css

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

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

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