Html Css Color HEX #D8A264 Porsche

📋 copy color: '#D8A264'

red 216 ◦ green 162 ◦ blue 100

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

Shades of Porsche #D8A264

Tints of Porsche #D8A264

RGB

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

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

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

R = 45.19%
G = 33.89%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A264 (or 0xD8A264) is known color: Porsche. HEX triplet: D8, A2 and 64. RGB value is (216,162,100). Sum of RGB (Red+Green+Blue) = 216+162+100=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A264 is #275D9B. Grayscale: #ABABAB. Windows color (decimal): -2579868 or 6595288. OLE color: 6595288.

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

Color convert

RGB 216 162 100 -
CMYK 0 0.25 0.54 0.15
HSL 32.07º 0.6% 0.62% -
HSV(B) 32.07º 0.54% 0.85% -
XYZ 43.54 41.36 17.75 -
YUV 171.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 216 162 100 0 0.25 0.54 0.15 32.07 0.6 0.62
Hex D8 A2 64 0 19 36 F 20 3C 3E
Octal 330 242 144 0 31 66 17 40 74 76
Binary 11011000 10100010 1100100 0 11001 110110 1111 100000 111100 111110

Color Harmonies of #D8A264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A264

Black with #D8A264

Text Example


Text Example

White with #D8A264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A264; }

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

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

background-color css

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

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

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

border-color css

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

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

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