#D6A26C

Color #D6A26C Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #D6A26C

Tints of Porsche #D6A26C

Color information

#D6A26C (or 0xD6A26C) is unknown color: approx Porsche. HEX triplet: D6, A2 and 6C. RGB value is (214,162,108). Sum of RGB (Red+Green+Blue) = 214+162+108=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A26C is #295D93. Grayscale: #ABABAB. Windows color (decimal): -2710932 or 7119574. OLE color: 7119574.

HSL color Cylindrical-coordinate representation of color #D6A26C: hue angle of 30.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A26C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214162108-
CMYK00.240.500.16
HSL30.57º56.38%63.14%-
HSV(B)30.57º49.53%83.92%-
XYZ43.3641.2219.86-
YUV171.3992.23158.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=44.21%
G=33.47%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416210800.240.500.1630.5756.3863.14
HexD6A26C01832101f383f
Octal3262421540306220377077
Binary110101101010001011011000110001100101000011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A26C; }

 p { color: rgb(214,162,108); }

 H1.HeaderClassName
 {
   color: #D6A26C;
 }
 .AnyTagClassName
 {
   color: #D6A26C;
 }
</style>
background-color css

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

 a { background-color: rgb(214,162,108); }

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

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

 span { border-color: rgb(214,162,108); }

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