Html Css Color HEX #D59D5B Porsche

📋 copy color: '#D59D5B'

red 213 ◦ green 157 ◦ blue 91

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

Shades of Porsche #D59D5B

Tints of Porsche #D59D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 46.2%
G = 34.06%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D59D5B (or 0xD59D5B) is known color: Porsche. HEX triplet: D5, 9D and 5B. RGB value is (213,157,91). Sum of RGB (Red+Green+Blue) = 213+157+91=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D5B is #2A62A4. Grayscale: #A6A6A6. Windows color (decimal): -2777765 or 6004181. OLE color: 6004181.

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

Color convert

RGB 213 157 91 -
CMYK 0 0.26 0.57 0.16
HSL 32.46º 0.59% 0.6% -
HSV(B) 32.46º 0.57% 0.84% -
XYZ 41.39 39.02 15.25 -
YUV 166.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 213 157 91 0 0.26 0.57 0.16 32.46 0.59 0.6
Hex D5 9D 5B 0 1A 39 10 20 3B 3C
Octal 325 235 133 0 32 71 20 40 73 74
Binary 11010101 10011101 1011011 0 11010 111001 10000 100000 111011 111100

Color Harmonies of #D59D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D5B

Black with #D59D5B

Text Example


Text Example

White with #D59D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D5B; }

 p { color: rgb(213,157,91); }

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

background-color css

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

 a { background-color: rgb(213,157,91); }

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

border-color css

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

 span { border-color: rgb(213,157,91); }

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