Html Css Color HEX #D58124 Ochre

📋 copy color: '#D58124'

red 213 ◦ green 129 ◦ blue 36

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

Shades of Ochre #D58124

Tints of Ochre #D58124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 56.35%
G = 34.13%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D58124 (or 0xD58124) is known color: Ochre. HEX triplet: D5, 81 and 24. RGB value is (213,129,36). Sum of RGB (Red+Green+Blue) = 213+129+36=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D58124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58124 is #2A7EDB. Grayscale: #8F8F8F. Windows color (decimal): -2784988 or 2392533. OLE color: 2392533.

HSL color Cylindrical-coordinate representation of color #D58124: hue angle of 31.53º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58124 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 36 -
CMYK 0 0.39 0.83 0.16
HSL 31.53º 0.71% 0.49% -
HSV(B) 31.53º 0.83% 0.84% -
XYZ 35.61 29.97 5.58 -
YUV 143.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 213 129 36 0 0.39 0.83 0.16 31.53 0.71 0.49
Hex D5 81 24 0 27 53 10 20 47 31
Octal 325 201 44 0 47 123 20 40 107 61
Binary 11010101 10000001 100100 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D58124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58124

Black with #D58124

Text Example


Text Example

White with #D58124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58124; }

 p { color: rgb(213,129,36); }

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

background-color css

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

 a { background-color: rgb(213,129,36); }

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

border-color css

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

 span { border-color: rgb(213,129,36); }

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