Html Css Color HEX #D8A066 Porsche

📋 copy color: '#D8A066'

red 216 ◦ green 160 ◦ blue 102

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

Shades of Porsche #D8A066

Tints of Porsche #D8A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 45.19%
G = 33.47%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8A066 (or 0xD8A066) is known color: Porsche. HEX triplet: D8, A0 and 66. RGB value is (216,160,102). Sum of RGB (Red+Green+Blue) = 216+160+102=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A066 is #275F99. Grayscale: #AAAAAA. Windows color (decimal): -2580378 or 6725848. OLE color: 6725848.

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

Color convert

RGB 216 160 102 -
CMYK 0 0.26 0.53 0.15
HSL 30.53º 0.59% 0.62% -
HSV(B) 30.53º 0.53% 0.85% -
XYZ 43.29 40.7 18.14 -
YUV 170.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 216 160 102 0 0.26 0.53 0.15 30.53 0.59 0.62
Hex D8 A0 66 0 1A 35 F 1F 3B 3E
Octal 330 240 146 0 32 65 17 37 73 76
Binary 11011000 10100000 1100110 0 11010 110101 1111 11111 111011 111110

Color Harmonies of #D8A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A066

Black with #D8A066

Text Example


Text Example

White with #D8A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A066; }

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

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

background-color css

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

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

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

border-color css

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

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

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