Html Css Color HEX #D5A064 Porsche

📋 copy color: '#D5A064'

red 213 ◦ green 160 ◦ blue 100

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

Shades of Porsche #D5A064

Tints of Porsche #D5A064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 45.03%
G = 33.83%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5A064 (or 0xD5A064) is known color: Porsche. HEX triplet: D5, A0 and 64. RGB value is (213,160,100). Sum of RGB (Red+Green+Blue) = 213+160+100=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A064 is #2A5F9B. Grayscale: #A9A9A9. Windows color (decimal): -2776988 or 6594773. OLE color: 6594773.

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

Color convert

RGB 213 160 100 -
CMYK 0 0.25 0.53 0.16
HSL 31.86º 0.57% 0.61% -
HSV(B) 31.86º 0.53% 0.84% -
XYZ 42.31 40.21 17.59 -
YUV 169.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 213 160 100 0 0.25 0.53 0.16 31.86 0.57 0.61
Hex D5 A0 64 0 19 35 10 20 39 3D
Octal 325 240 144 0 31 65 20 40 71 75
Binary 11010101 10100000 1100100 0 11001 110101 10000 100000 111001 111101

Color Harmonies of #D5A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A064

Black with #D5A064

Text Example


Text Example

White with #D5A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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