Html Css Color HEX #D8A26E Porsche

📋 copy color: '#D8A26E'

red 216 ◦ green 162 ◦ blue 110

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

Shades of Porsche #D8A26E

Tints of Porsche #D8A26E

RGB

 RED value IS 216 (84.77% from 255) = 44.26%

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 44.26%
G = 33.2%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8A26E (or 0xD8A26E) is known color: Porsche. HEX triplet: D8, A2 and 6E. RGB value is (216,162,110). Sum of RGB (Red+Green+Blue) = 216+162+110=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A26E is #275D91. Grayscale: #ACACAC. Windows color (decimal): -2579858 or 7250648. OLE color: 7250648.

HSL color Cylindrical-coordinate representation of color #D8A26E: hue angle of 29.43º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8A26E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 110 -
CMYK 0 0.25 0.49 0.15
HSL 29.43º 0.58% 0.64% -
HSV(B) 29.43º 0.49% 0.85% -
XYZ 44.05 41.57 20.45 -
YUV 172.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 216 162 110 0 0.25 0.49 0.15 29.43 0.58 0.64
Hex D8 A2 6E 0 19 31 F 1D 3A 40
Octal 330 242 156 0 31 61 17 35 72 100
Binary 11011000 10100010 1101110 0 11001 110001 1111 11101 111010 1000000

Color Harmonies of #D8A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A26E

Black with #D8A26E

Text Example


Text Example

White with #D8A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A26E; }

 p { color: rgb(216,162,110); }

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

background-color css

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

 a { background-color: rgb(216,162,110); }

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

border-color css

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

 span { border-color: rgb(216,162,110); }

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