Html Css Color HEX #D5A05F Porsche

📋 copy color: '#D5A05F'

red 213 ◦ green 160 ◦ blue 95

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

Shades of Porsche #D5A05F

Tints of Porsche #D5A05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 45.51%
G = 34.19%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5A05F (or 0xD5A05F) is known color: Porsche. HEX triplet: D5, A0 and 5F. RGB value is (213,160,95). Sum of RGB (Red+Green+Blue) = 213+160+95=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A05F is #2A5FA0. Grayscale: #A8A8A8. Windows color (decimal): -2776993 or 6267093. OLE color: 6267093.

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

Color convert

RGB 213 160 95 -
CMYK 0 0.25 0.55 0.16
HSL 33.05º 0.58% 0.6% -
HSV(B) 33.05º 0.55% 0.84% -
XYZ 42.08 40.11 16.35 -
YUV 168.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 213 160 95 0 0.25 0.55 0.16 33.05 0.58 0.6
Hex D5 A0 5F 0 19 37 10 21 3A 3C
Octal 325 240 137 0 31 67 20 41 72 74
Binary 11010101 10100000 1011111 0 11001 110111 10000 100001 111010 111100

Color Harmonies of #D5A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A05F

Black with #D5A05F

Text Example


Text Example

White with #D5A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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