Html Css Color HEX #D59F61 Porsche

📋 copy color: '#D59F61'

red 213 ◦ green 159 ◦ blue 97

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

Shades of Porsche #D59F61

Tints of Porsche #D59F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 45.42%
G = 33.9%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D59F61 (or 0xD59F61) is known color: Porsche. HEX triplet: D5, 9F and 61. RGB value is (213,159,97). Sum of RGB (Red+Green+Blue) = 213+159+97=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F61 is #2A609E. Grayscale: #A8A8A8. Windows color (decimal): -2777247 or 6397909. OLE color: 6397909.

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

Color convert

RGB 213 159 97 -
CMYK 0 0.25 0.54 0.16
HSL 32.07º 0.58% 0.61% -
HSV(B) 32.07º 0.54% 0.84% -
XYZ 42 39.81 16.78 -
YUV 168.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 213 159 97 0 0.25 0.54 0.16 32.07 0.58 0.61
Hex D5 9F 61 0 19 36 10 20 3A 3D
Octal 325 237 141 0 31 66 20 40 72 75
Binary 11010101 10011111 1100001 0 11001 110110 10000 100000 111010 111101

Color Harmonies of #D59F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F61

Black with #D59F61

Text Example


Text Example

White with #D59F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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