Html Css Color HEX #D59D5A Porsche

📋 copy color: '#D59D5A'

red 213 ◦ green 157 ◦ blue 90

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

Shades of Porsche #D59D5A

Tints of Porsche #D59D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 46.3%
G = 34.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D59D5A (or 0xD59D5A) is known color: Porsche. HEX triplet: D5, 9D and 5A. RGB value is (213,157,90). Sum of RGB (Red+Green+Blue) = 213+157+90=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D5A is #2A62A5. Grayscale: #A6A6A6. Windows color (decimal): -2777766 or 5938645. OLE color: 5938645.

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

Color convert

RGB 213 157 90 -
CMYK 0 0.26 0.58 0.16
HSL 32.68º 0.59% 0.59% -
HSV(B) 32.68º 0.58% 0.84% -
XYZ 41.34 39 15.02 -
YUV 166.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 213 157 90 0 0.26 0.58 0.16 32.68 0.59 0.59
Hex D5 9D 5A 0 1A 3A 10 21 3B 3B
Octal 325 235 132 0 32 72 20 41 73 73
Binary 11010101 10011101 1011010 0 11010 111010 10000 100001 111011 111011

Color Harmonies of #D59D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D5A

Black with #D59D5A

Text Example


Text Example

White with #D59D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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