Html Css Color HEX #D58314 Ochre

📋 copy color: '#D58314'

red 213 ◦ green 131 ◦ blue 20

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

Shades of Ochre #D58314

Tints of Ochre #D58314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 58.52%
G = 35.99%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D58314 (or 0xD58314) is known color: Ochre. HEX triplet: D5, 83 and 14. RGB value is (213,131,20). Sum of RGB (Red+Green+Blue) = 213+131+20=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58314 is #2A7CEB. Grayscale: #8F8F8F. Windows color (decimal): -2784492 or 1344469. OLE color: 1344469.

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

Color convert

RGB 213 131 20 -
CMYK 0 0.38 0.91 0.16
HSL 34.51º 0.83% 0.46% -
HSV(B) 34.51º 0.91% 0.84% -
XYZ 35.68 30.43 4.65 -
YUV 142.86 58.67 178.03 -
System Red Green Blue C M Y K H S L
Decimal 213 131 20 0 0.38 0.91 0.16 34.51 0.83 0.46
Hex D5 83 14 0 26 5B 10 23 53 2E
Octal 325 203 24 0 46 133 20 43 123 56
Binary 11010101 10000011 10100 0 100110 1011011 10000 100011 1010011 101110

Color Harmonies of #D58314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58314

Black with #D58314

Text Example


Text Example

White with #D58314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58314; }

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

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

background-color css

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

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

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

border-color css

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

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

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