Html Css Color HEX #D59F60 Porsche

📋 copy color: '#D59F60'

red 213 ◦ green 159 ◦ blue 96

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

Shades of Porsche #D59F60

Tints of Porsche #D59F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 45.51%
G = 33.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D59F60 (or 0xD59F60) is known color: Porsche. HEX triplet: D5, 9F and 60. RGB value is (213,159,96). Sum of RGB (Red+Green+Blue) = 213+159+96=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F60 is #2A609F. Grayscale: #A8A8A8. Windows color (decimal): -2777248 or 6332373. OLE color: 6332373.

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

Color convert

RGB 213 159 96 -
CMYK 0 0.25 0.55 0.16
HSL 32.31º 0.58% 0.61% -
HSV(B) 32.31º 0.55% 0.84% -
XYZ 41.95 39.79 16.53 -
YUV 167.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 213 159 96 0 0.25 0.55 0.16 32.31 0.58 0.61
Hex D5 9F 60 0 19 37 10 20 3A 3D
Octal 325 237 140 0 31 67 20 40 72 75
Binary 11010101 10011111 1100000 0 11001 110111 10000 100000 111010 111101

Color Harmonies of #D59F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F60

Black with #D59F60

Text Example


Text Example

White with #D59F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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