Html Css Color HEX #D58412 Ochre

📋 copy color: '#D58412'

red 213 ◦ green 132 ◦ blue 18

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

Shades of Ochre #D58412

Tints of Ochre #D58412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.96%

R = 58.68%
G = 36.36%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58412 (or 0xD58412) is known color: Ochre. HEX triplet: D5, 84 and 12. RGB value is (213,132,18). Sum of RGB (Red+Green+Blue) = 213+132+18=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D58412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58412 is #2A7BED. Grayscale: #8F8F8F. Windows color (decimal): -2784238 or 1213653. OLE color: 1213653.

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

Color convert

RGB 213 132 18 -
CMYK 0 0.38 0.92 0.16
HSL 35.08º 0.84% 0.45% -
HSV(B) 35.08º 0.92% 0.84% -
XYZ 35.8 30.69 4.61 -
YUV 143.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 213 132 18 0 0.38 0.92 0.16 35.08 0.84 0.45
Hex D5 84 12 0 26 5C 10 23 54 2D
Octal 325 204 22 0 46 134 20 43 124 55
Binary 11010101 10000100 10010 0 100110 1011100 10000 100011 1010100 101101

Color Harmonies of #D58412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58412

Black with #D58412

Text Example


Text Example

White with #D58412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58412; }

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

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

background-color css

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

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

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

border-color css

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

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

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