Html Css Color HEX #D59F5A Porsche

📋 copy color: '#D59F5A'

red 213 ◦ green 159 ◦ blue 90

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

Shades of Porsche #D59F5A

Tints of Porsche #D59F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.42%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 46.1%
G = 34.42%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D59F5A (or 0xD59F5A) is known color: Porsche. HEX triplet: D5, 9F and 5A. RGB value is (213,159,90). Sum of RGB (Red+Green+Blue) = 213+159+90=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F5A is #2A60A5. Grayscale: #A7A7A7. Windows color (decimal): -2777254 or 5939157. OLE color: 5939157.

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

Color convert

RGB 213 159 90 -
CMYK 0 0.25 0.58 0.16
HSL 33.66º 0.59% 0.59% -
HSV(B) 33.66º 0.58% 0.84% -
XYZ 41.68 39.68 15.13 -
YUV 167.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 213 159 90 0 0.25 0.58 0.16 33.66 0.59 0.59
Hex D5 9F 5A 0 19 3A 10 22 3B 3B
Octal 325 237 132 0 31 72 20 42 73 73
Binary 11010101 10011111 1011010 0 11001 111010 10000 100010 111011 111011

Color Harmonies of #D59F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F5A

Black with #D59F5A

Text Example


Text Example

White with #D59F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F5A; }

 p { color: rgb(213,159,90); }

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

background-color css

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

 a { background-color: rgb(213,159,90); }

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

border-color css

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

 span { border-color: rgb(213,159,90); }

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