Html Css Color HEX #D59D65 Porsche

📋 copy color: '#D59D65'

red 213 ◦ green 157 ◦ blue 101

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

Shades of Porsche #D59D65

Tints of Porsche #D59D65

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

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

R = 45.22%
G = 33.33%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59D65 (or 0xD59D65) is known color: Porsche. HEX triplet: D5, 9D and 65. RGB value is (213,157,101). Sum of RGB (Red+Green+Blue) = 213+157+101=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D65 is #2A629A. Grayscale: #A7A7A7. Windows color (decimal): -2777755 or 6659541. OLE color: 6659541.

HSL color Cylindrical-coordinate representation of color #D59D65: hue angle of 30º 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 #D59D65 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 101 -
CMYK 0 0.26 0.53 0.16
HSL 30º 0.57% 0.62% -
HSV(B) 30º 0.53% 0.84% -
XYZ 41.85 39.2 17.67 -
YUV 167.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 213 157 101 0 0.26 0.53 0.16 30 0.57 0.62
Hex D5 9D 65 0 1A 35 10 1E 39 3E
Octal 325 235 145 0 32 65 20 36 71 76
Binary 11010101 10011101 1100101 0 11010 110101 10000 11110 111001 111110

Color Harmonies of #D59D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D65

Black with #D59D65

Text Example


Text Example

White with #D59D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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