Html Css Color HEX #D9A466 Porsche

📋 copy color: '#D9A466'

red 217 ◦ green 164 ◦ blue 102

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

Shades of Porsche #D9A466

Tints of Porsche #D9A466

RGB

 RED value IS 217 (85.16% from 255) = 44.93%

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 44.93%
G = 33.95%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A466 (or 0xD9A466) is known color: Porsche. HEX triplet: D9, A4 and 66. RGB value is (217,164,102). Sum of RGB (Red+Green+Blue) = 217+164+102=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A466 is #265B99. Grayscale: #ADADAD. Windows color (decimal): -2513818 or 6726873. OLE color: 6726873.

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

Color convert

RGB 217 164 102 -
CMYK 0 0.24 0.53 0.15
HSL 32.35º 0.6% 0.63% -
HSV(B) 32.35º 0.53% 0.85% -
XYZ 44.29 42.26 18.39 -
YUV 172.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 217 164 102 0 0.24 0.53 0.15 32.35 0.6 0.63
Hex D9 A4 66 0 18 35 F 20 3C 3F
Octal 331 244 146 0 30 65 17 40 74 77
Binary 11011001 10100100 1100110 0 11000 110101 1111 100000 111100 111111

Color Harmonies of #D9A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A466

Black with #D9A466

Text Example


Text Example

White with #D9A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A466; }

 p { color: rgb(217,164,102); }

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

background-color css

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

 a { background-color: rgb(217,164,102); }

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

border-color css

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

 span { border-color: rgb(217,164,102); }

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