Html Css Color HEX #D8A06C Porsche

📋 copy color: '#D8A06C'

red 216 ◦ green 160 ◦ blue 108

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

Shades of Porsche #D8A06C

Tints of Porsche #D8A06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 44.63%
G = 33.06%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A06C (or 0xD8A06C) is known color: Porsche. HEX triplet: D8, A0 and 6C. RGB value is (216,160,108). Sum of RGB (Red+Green+Blue) = 216+160+108=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A06C is #275F93. Grayscale: #ABABAB. Windows color (decimal): -2580372 or 7119064. OLE color: 7119064.

HSL color Cylindrical-coordinate representation of color #D8A06C: hue angle of 28.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A06C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 108 -
CMYK 0 0.26 0.50 0.15
HSL 28.89º 0.58% 0.64% -
HSV(B) 28.89º 0.5% 0.85% -
XYZ 43.6 40.82 19.77 -
YUV 170.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 216 160 108 0 0.26 0.50 0.15 28.89 0.58 0.64
Hex D8 A0 6C 0 1A 32 F 1D 3A 40
Octal 330 240 154 0 32 62 17 35 72 100
Binary 11011000 10100000 1101100 0 11010 110010 1111 11101 111010 1000000

Color Harmonies of #D8A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A06C

Black with #D8A06C

Text Example


Text Example

White with #D8A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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