Html Css Color HEX #D8A05C Porsche

📋 copy color: '#D8A05C'

red 216 ◦ green 160 ◦ blue 92

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

Shades of Porsche #D8A05C

Tints of Porsche #D8A05C

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

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

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 46.15%
G = 34.19%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A05C (or 0xD8A05C) is known color: Porsche. HEX triplet: D8, A0 and 5C. RGB value is (216,160,92). Sum of RGB (Red+Green+Blue) = 216+160+92=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A05C is #275FA3. Grayscale: #A9A9A9. Windows color (decimal): -2580388 or 6070488. OLE color: 6070488.

HSL color Cylindrical-coordinate representation of color #D8A05C: hue angle of 32.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A05C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 92 -
CMYK 0 0.26 0.57 0.15
HSL 32.9º 0.61% 0.6% -
HSV(B) 32.9º 0.57% 0.85% -
XYZ 42.82 40.51 15.69 -
YUV 168.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 216 160 92 0 0.26 0.57 0.15 32.9 0.61 0.6
Hex D8 A0 5C 0 1A 39 F 21 3D 3C
Octal 330 240 134 0 32 71 17 41 75 74
Binary 11011000 10100000 1011100 0 11010 111001 1111 100001 111101 111100

Color Harmonies of #D8A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A05C

Black with #D8A05C

Text Example


Text Example

White with #D8A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A05C; }

 p { color: rgb(216,160,92); }

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

background-color css

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

 a { background-color: rgb(216,160,92); }

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

border-color css

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

 span { border-color: rgb(216,160,92); }

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