Html Css Color HEX #D58614 Ochre

📋 copy color: '#D58614'

red 213 ◦ green 134 ◦ blue 20

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

Shades of Ochre #D58614

Tints of Ochre #D58614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 58.04%
G = 36.51%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D58614 (or 0xD58614) is known color: Ochre. HEX triplet: D5, 86 and 14. RGB value is (213,134,20). Sum of RGB (Red+Green+Blue) = 213+134+20=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58614 is #2A79EB. Grayscale: #919191. Windows color (decimal): -2783724 or 1345237. OLE color: 1345237.

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

Color convert

RGB 213 134 20 -
CMYK 0 0.37 0.91 0.16
HSL 35.44º 0.83% 0.46% -
HSV(B) 35.44º 0.91% 0.84% -
XYZ 36.09 31.25 4.79 -
YUV 144.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 213 134 20 0 0.37 0.91 0.16 35.44 0.83 0.46
Hex D5 86 14 0 25 5B 10 23 53 2E
Octal 325 206 24 0 45 133 20 43 123 56
Binary 11010101 10000110 10100 0 100101 1011011 10000 100011 1010011 101110

Color Harmonies of #D58614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58614

Black with #D58614

Text Example


Text Example

White with #D58614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58614; }

 p { color: rgb(213,134,20); }

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

background-color css

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

 a { background-color: rgb(213,134,20); }

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

border-color css

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

 span { border-color: rgb(213,134,20); }

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