Html Css Color HEX #D5A061 Porsche

📋 copy color: '#D5A061'

red 213 ◦ green 160 ◦ blue 97

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

Shades of Porsche #D5A061

Tints of Porsche #D5A061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 45.32%
G = 34.04%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5A061 (or 0xD5A061) is known color: Porsche. HEX triplet: D5, A0 and 61. RGB value is (213,160,97). Sum of RGB (Red+Green+Blue) = 213+160+97=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A061 is #2A5F9E. Grayscale: #A8A8A8. Windows color (decimal): -2776991 or 6398165. OLE color: 6398165.

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

Color convert

RGB 213 160 97 -
CMYK 0 0.25 0.54 0.16
HSL 32.59º 0.58% 0.61% -
HSV(B) 32.59º 0.54% 0.84% -
XYZ 42.17 40.15 16.84 -
YUV 168.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 213 160 97 0 0.25 0.54 0.16 32.59 0.58 0.61
Hex D5 A0 61 0 19 36 10 21 3A 3D
Octal 325 240 141 0 31 66 20 41 72 75
Binary 11010101 10100000 1100001 0 11001 110110 10000 100001 111010 111101

Color Harmonies of #D5A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A061

Black with #D5A061

Text Example


Text Example

White with #D5A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A061; }

 p { color: rgb(213,160,97); }

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

background-color css

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

 a { background-color: rgb(213,160,97); }

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

border-color css

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

 span { border-color: rgb(213,160,97); }

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