Html Css Color HEX #D8A064 Porsche

📋 copy color: '#D8A064'

red 216 ◦ green 160 ◦ blue 100

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

Shades of Porsche #D8A064

Tints of Porsche #D8A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

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

R = 45.38%
G = 33.61%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A064 (or 0xD8A064) is known color: Porsche. HEX triplet: D8, A0 and 64. RGB value is (216,160,100). Sum of RGB (Red+Green+Blue) = 216+160+100=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A064 is #275F9B. Grayscale: #AAAAAA. Windows color (decimal): -2580380 or 6594776. OLE color: 6594776.

HSL color Cylindrical-coordinate representation of color #D8A064: hue angle of 31.03º 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 #D8A064 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 100 -
CMYK 0 0.26 0.54 0.15
HSL 31.03º 0.6% 0.62% -
HSV(B) 31.03º 0.54% 0.85% -
XYZ 43.19 40.66 17.63 -
YUV 169.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 216 160 100 0 0.26 0.54 0.15 31.03 0.6 0.62
Hex D8 A0 64 0 1A 36 F 1F 3C 3E
Octal 330 240 144 0 32 66 17 37 74 76
Binary 11011000 10100000 1100100 0 11010 110110 1111 11111 111100 111110

Color Harmonies of #D8A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A064

Black with #D8A064

Text Example


Text Example

White with #D8A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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