Html Css Color HEX #D58012 Ochre

📋 copy color: '#D58012'

red 213 ◦ green 128 ◦ blue 18

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

Shades of Ochre #D58012

Tints of Ochre #D58012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

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

R = 59.33%
G = 35.65%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58012 (or 0xD58012) is known color: Ochre. HEX triplet: D5, 80 and 12. RGB value is (213,128,18). Sum of RGB (Red+Green+Blue) = 213+128+18=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D58012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58012 is #2A7FED. Grayscale: #8D8D8D. Windows color (decimal): -2785262 or 1212629. OLE color: 1212629.

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

Color convert

RGB 213 128 18 -
CMYK 0 0.40 0.92 0.16
HSL 33.85º 0.84% 0.45% -
HSV(B) 33.85º 0.92% 0.84% -
XYZ 35.27 29.63 4.43 -
YUV 140.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 213 128 18 0 0.40 0.92 0.16 33.85 0.84 0.45
Hex D5 80 12 0 28 5C 10 22 54 2D
Octal 325 200 22 0 50 134 20 42 124 55
Binary 11010101 10000000 10010 0 101000 1011100 10000 100010 1010100 101101

Color Harmonies of #D58012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58012

Black with #D58012

Text Example


Text Example

White with #D58012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58012; }

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

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

background-color css

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

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

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

border-color css

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

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

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