Html Css Color HEX #D59A52 Porsche

📋 copy color: '#D59A52'

red 213 ◦ green 154 ◦ blue 82

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

Shades of Porsche #D59A52

Tints of Porsche #D59A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.3%

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

R = 47.44%
G = 34.3%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D59A52 (or 0xD59A52) is known color: Porsche. HEX triplet: D5, 9A and 52. RGB value is (213,154,82). Sum of RGB (Red+Green+Blue) = 213+154+82=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A52 is #2A65AD. Grayscale: #A3A3A3. Windows color (decimal): -2778542 or 5413589. OLE color: 5413589.

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

Color convert

RGB 213 154 82 -
CMYK 0 0.28 0.62 0.16
HSL 32.98º 0.61% 0.58% -
HSV(B) 32.98º 0.62% 0.84% -
XYZ 40.52 37.87 13.16 -
YUV 163.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 213 154 82 0 0.28 0.62 0.16 32.98 0.61 0.58
Hex D5 9A 52 0 1C 3E 10 21 3D 3A
Octal 325 232 122 0 34 76 20 41 75 72
Binary 11010101 10011010 1010010 0 11100 111110 10000 100001 111101 111010

Color Harmonies of #D59A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A52

Black with #D59A52

Text Example


Text Example

White with #D59A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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