Html Css Color HEX #D58519 Ochre

📋 copy color: '#D58519'

red 213 ◦ green 133 ◦ blue 25

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

Shades of Ochre #D58519

Tints of Ochre #D58519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 57.41%
G = 35.85%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D58519 (or 0xD58519) is known color: Ochre. HEX triplet: D5, 85 and 19. RGB value is (213,133,25). Sum of RGB (Red+Green+Blue) = 213+133+25=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D58519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58519 is #2A7AE6. Grayscale: #919191. Windows color (decimal): -2783975 or 1672661. OLE color: 1672661.

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

Color convert

RGB 213 133 25 -
CMYK 0 0.38 0.88 0.16
HSL 34.47º 0.79% 0.47% -
HSV(B) 34.47º 0.88% 0.84% -
XYZ 36 30.99 5 -
YUV 144.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 213 133 25 0 0.38 0.88 0.16 34.47 0.79 0.47
Hex D5 85 19 0 26 58 10 22 4F 2F
Octal 325 205 31 0 46 130 20 42 117 57
Binary 11010101 10000101 11001 0 100110 1011000 10000 100010 1001111 101111

Color Harmonies of #D58519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58519

Black with #D58519

Text Example


Text Example

White with #D58519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58519; }

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

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

background-color css

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

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

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

border-color css

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

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

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