Html Css Color HEX #D9A266 Porsche

📋 copy color: '#D9A266'

red 217 ◦ green 162 ◦ blue 102

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

Shades of Porsche #D9A266

Tints of Porsche #D9A266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 45.11%
G = 33.68%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A266 (or 0xD9A266) is known color: Porsche. HEX triplet: D9, A2 and 66. RGB value is (217,162,102). Sum of RGB (Red+Green+Blue) = 217+162+102=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A266 is #265D99. Grayscale: #ABABAB. Windows color (decimal): -2514330 or 6726361. OLE color: 6726361.

HSL color Cylindrical-coordinate representation of color #D9A266: hue angle of 31.3º 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 #D9A266 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 162 102 -
CMYK 0 0.25 0.53 0.15
HSL 31.3º 0.6% 0.63% -
HSV(B) 31.3º 0.53% 0.85% -
XYZ 43.93 41.55 18.28 -
YUV 171.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 217 162 102 0 0.25 0.53 0.15 31.3 0.6 0.63
Hex D9 A2 66 0 19 35 F 1F 3C 3F
Octal 331 242 146 0 31 65 17 37 74 77
Binary 11011001 10100010 1100110 0 11001 110101 1111 11111 111100 111111

Color Harmonies of #D9A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A266

Black with #D9A266

Text Example


Text Example

White with #D9A266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A266; }

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

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

background-color css

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

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

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

border-color css

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

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

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