Html Css Color HEX #D59E52 Porsche

📋 copy color: '#D59E52'

red 213 ◦ green 158 ◦ blue 82

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

Shades of Porsche #D59E52

Tints of Porsche #D59E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 47.02%
G = 34.88%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59E52 (or 0xD59E52) is known color: Porsche. HEX triplet: D5, 9E and 52. RGB value is (213,158,82). Sum of RGB (Red+Green+Blue) = 213+158+82=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E52 is #2A61AD. Grayscale: #A6A6A6. Windows color (decimal): -2777518 or 5414613. OLE color: 5414613.

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

Color convert

RGB 213 158 82 -
CMYK 0 0.26 0.62 0.16
HSL 34.81º 0.61% 0.58% -
HSV(B) 34.81º 0.62% 0.84% -
XYZ 41.19 39.21 13.38 -
YUV 165.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 213 158 82 0 0.26 0.62 0.16 34.81 0.61 0.58
Hex D5 9E 52 0 1A 3E 10 23 3D 3A
Octal 325 236 122 0 32 76 20 43 75 72
Binary 11010101 10011110 1010010 0 11010 111110 10000 100011 111101 111010

Color Harmonies of #D59E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E52

Black with #D59E52

Text Example


Text Example

White with #D59E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E52; }

 p { color: rgb(213,158,82); }

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

background-color css

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

 a { background-color: rgb(213,158,82); }

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

border-color css

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

 span { border-color: rgb(213,158,82); }

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