Html Css Color HEX #D58419 Ochre

📋 copy color: '#D58419'

red 213 ◦ green 132 ◦ blue 25

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

Shades of Ochre #D58419

Tints of Ochre #D58419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 57.57%
G = 35.68%
B = 6.76%

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

#D58419 (or 0xD58419) is known color: Ochre. HEX triplet: D5, 84 and 19. RGB value is (213,132,25). Sum of RGB (Red+Green+Blue) = 213+132+25=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D58419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58419 is #2A7BE6. Grayscale: #909090. Windows color (decimal): -2784231 or 1672405. OLE color: 1672405.

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

Color convert

RGB 213 132 25 -
CMYK 0 0.38 0.88 0.16
HSL 34.15º 0.79% 0.47% -
HSV(B) 34.15º 0.88% 0.84% -
XYZ 35.87 30.72 4.96 -
YUV 144.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 213 132 25 0 0.38 0.88 0.16 34.15 0.79 0.47
Hex D5 84 19 0 26 58 10 22 4F 2F
Octal 325 204 31 0 46 130 20 42 117 57
Binary 11010101 10000100 11001 0 100110 1011000 10000 100010 1001111 101111

Color Harmonies of #D58419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58419

Black with #D58419

Text Example


Text Example

White with #D58419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58419; }

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

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

background-color css

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

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

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

border-color css

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

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

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