Html Css Color HEX #D59E5F Porsche

📋 copy color: '#D59E5F'

red 213 ◦ green 158 ◦ blue 95

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

Shades of Porsche #D59E5F

Tints of Porsche #D59E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 45.71%
G = 33.91%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D59E5F (or 0xD59E5F) is known color: Porsche. HEX triplet: D5, 9E and 5F. RGB value is (213,158,95). Sum of RGB (Red+Green+Blue) = 213+158+95=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E5F is #2A61A0. Grayscale: #A7A7A7. Windows color (decimal): -2777505 or 6266581. OLE color: 6266581.

HSL color Cylindrical-coordinate representation of color #D59E5F: hue angle of 32.03º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59E5F is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 95 -
CMYK 0 0.26 0.55 0.16
HSL 32.03º 0.58% 0.6% -
HSV(B) 32.03º 0.55% 0.84% -
XYZ 41.73 39.43 16.24 -
YUV 167.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 213 158 95 0 0.26 0.55 0.16 32.03 0.58 0.6
Hex D5 9E 5F 0 1A 37 10 20 3A 3C
Octal 325 236 137 0 32 67 20 40 72 74
Binary 11010101 10011110 1011111 0 11010 110111 10000 100000 111010 111100

Color Harmonies of #D59E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E5F

Black with #D59E5F

Text Example


Text Example

White with #D59E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E5F; }

 p { color: rgb(213,158,95); }

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

background-color css

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

 a { background-color: rgb(213,158,95); }

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

border-color css

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

 span { border-color: rgb(213,158,95); }

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