Html Css Color HEX #D59F69 Porsche

📋 copy color: '#D59F69'

red 213 ◦ green 159 ◦ blue 105

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

Shades of Porsche #D59F69

Tints of Porsche #D59F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 44.65%
G = 33.33%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D59F69 (or 0xD59F69) is known color: Porsche. HEX triplet: D5, 9F and 69. RGB value is (213,159,105). Sum of RGB (Red+Green+Blue) = 213+159+105=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F69 is #2A6096. Grayscale: #A9A9A9. Windows color (decimal): -2777239 or 6922197. OLE color: 6922197.

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

Color convert

RGB 213 159 105 -
CMYK 0 0.25 0.51 0.16
HSL 30º 0.56% 0.62% -
HSV(B) 30º 0.51% 0.84% -
XYZ 42.39 39.96 18.84 -
YUV 168.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 213 159 105 0 0.25 0.51 0.16 30 0.56 0.62
Hex D5 9F 69 0 19 33 10 1E 38 3E
Octal 325 237 151 0 31 63 20 36 70 76
Binary 11010101 10011111 1101001 0 11001 110011 10000 11110 111000 111110

Color Harmonies of #D59F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F69

Black with #D59F69

Text Example


Text Example

White with #D59F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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