Html Css Color HEX #D6A164 Porsche

📋 copy color: '#D6A164'

red 214 ◦ green 161 ◦ blue 100

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

Shades of Porsche #D6A164

Tints of Porsche #D6A164

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 45.05%
G = 33.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A164 (or 0xD6A164) is known color: Porsche. HEX triplet: D6, A1 and 64. RGB value is (214,161,100). Sum of RGB (Red+Green+Blue) = 214+161+100=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A164 is #295E9B. Grayscale: #AAAAAA. Windows color (decimal): -2711196 or 6595030. OLE color: 6595030.

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

Color convert

RGB 214 161 100 -
CMYK 0 0.25 0.53 0.16
HSL 32.11º 0.58% 0.62% -
HSV(B) 32.11º 0.53% 0.84% -
XYZ 42.78 40.71 17.66 -
YUV 169.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 214 161 100 0 0.25 0.53 0.16 32.11 0.58 0.62
Hex D6 A1 64 0 19 35 10 20 3A 3E
Octal 326 241 144 0 31 65 20 40 72 76
Binary 11010110 10100001 1100100 0 11001 110101 10000 100000 111010 111110

Color Harmonies of #D6A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A164

Black with #D6A164

Text Example


Text Example

White with #D6A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A164; }

 p { color: rgb(214,161,100); }

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

background-color css

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

 a { background-color: rgb(214,161,100); }

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

border-color css

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

 span { border-color: rgb(214,161,100); }

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