Html Css Color HEX #D58615 Ochre

📋 copy color: '#D58615'

red 213 ◦ green 134 ◦ blue 21

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

Shades of Ochre #D58615

Tints of Ochre #D58615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 57.88%
G = 36.41%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D58615 (or 0xD58615) is known color: Ochre. HEX triplet: D5, 86 and 15. RGB value is (213,134,21). Sum of RGB (Red+Green+Blue) = 213+134+21=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D58615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58615 is #2A79EA. Grayscale: #919191. Windows color (decimal): -2783723 or 1410773. OLE color: 1410773.

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

Color convert

RGB 213 134 21 -
CMYK 0 0.37 0.90 0.16
HSL 35.31º 0.82% 0.46% -
HSV(B) 35.31º 0.9% 0.84% -
XYZ 36.1 31.25 4.84 -
YUV 144.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 213 134 21 0 0.37 0.90 0.16 35.31 0.82 0.46
Hex D5 86 15 0 25 5A 10 23 52 2E
Octal 325 206 25 0 45 132 20 43 122 56
Binary 11010101 10000110 10101 0 100101 1011010 10000 100011 1010010 101110

Color Harmonies of #D58615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58615

Black with #D58615

Text Example


Text Example

White with #D58615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58615; }

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

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

background-color css

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

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

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

border-color css

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

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

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