Html Css Color HEX #D59F65 Porsche

📋 copy color: '#D59F65'

red 213 ◦ green 159 ◦ blue 101

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

Shades of Porsche #D59F65

Tints of Porsche #D59F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 45.03%
G = 33.62%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59F65 (or 0xD59F65) is known color: Porsche. HEX triplet: D5, 9F and 65. RGB value is (213,159,101). Sum of RGB (Red+Green+Blue) = 213+159+101=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F65 is #2A609A. Grayscale: #A8A8A8. Windows color (decimal): -2777243 or 6660053. OLE color: 6660053.

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

Color convert

RGB 213 159 101 -
CMYK 0 0.25 0.53 0.16
HSL 31.07º 0.57% 0.62% -
HSV(B) 31.07º 0.53% 0.84% -
XYZ 42.19 39.88 17.79 -
YUV 168.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 213 159 101 0 0.25 0.53 0.16 31.07 0.57 0.62
Hex D5 9F 65 0 19 35 10 1F 39 3E
Octal 325 237 145 0 31 65 20 37 71 76
Binary 11010101 10011111 1100101 0 11001 110101 10000 11111 111001 111110

Color Harmonies of #D59F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F65

Black with #D59F65

Text Example


Text Example

White with #D59F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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