Html Css Color HEX #D5A166 Porsche

📋 copy color: '#D5A166'

red 213 ◦ green 161 ◦ blue 102

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

Shades of Porsche #D5A166

Tints of Porsche #D5A166

RGB

 RED value IS 213 (83.59% from 255) = 44.75%

 GREEN value IS 161 (63.28% from 255) = 33.82%

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

R = 44.75%
G = 33.82%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5A166 (or 0xD5A166) is known color: Porsche. HEX triplet: D5, A1 and 66. RGB value is (213,161,102). Sum of RGB (Red+Green+Blue) = 213+161+102=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A166 is #2A5E99. Grayscale: #AAAAAA. Windows color (decimal): -2776730 or 6726101. OLE color: 6726101.

HSL color Cylindrical-coordinate representation of color #D5A166: hue angle of 31.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5A166 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 102 -
CMYK 0 0.24 0.52 0.16
HSL 31.89º 0.57% 0.62% -
HSV(B) 31.89º 0.52% 0.84% -
XYZ 42.58 40.6 18.16 -
YUV 169.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 213 161 102 0 0.24 0.52 0.16 31.89 0.57 0.62
Hex D5 A1 66 0 18 34 10 20 39 3E
Octal 325 241 146 0 30 64 20 40 71 76
Binary 11010101 10100001 1100110 0 11000 110100 10000 100000 111001 111110

Color Harmonies of #D5A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A166

Black with #D5A166

Text Example


Text Example

White with #D5A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A166; }

 p { color: rgb(213,161,102); }

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

background-color css

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

 a { background-color: rgb(213,161,102); }

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

border-color css

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

 span { border-color: rgb(213,161,102); }

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