Html Css Color HEX #D8A365 Porsche

📋 copy color: '#D8A365'

red 216 ◦ green 163 ◦ blue 101

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

Shades of Porsche #D8A365

Tints of Porsche #D8A365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.96%

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 45%
G = 33.96%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8A365 (or 0xD8A365) is known color: Porsche. HEX triplet: D8, A3 and 65. RGB value is (216,163,101). Sum of RGB (Red+Green+Blue) = 216+163+101=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A365 is #275C9A. Grayscale: #ACACAC. Windows color (decimal): -2579611 or 6661080. OLE color: 6661080.

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

Color convert

RGB 216 163 101 -
CMYK 0 0.25 0.53 0.15
HSL 32.35º 0.6% 0.62% -
HSV(B) 32.35º 0.53% 0.85% -
XYZ 43.77 41.73 18.06 -
YUV 171.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 216 163 101 0 0.25 0.53 0.15 32.35 0.6 0.62
Hex D8 A3 65 0 19 35 F 20 3C 3E
Octal 330 243 145 0 31 65 17 40 74 76
Binary 11011000 10100011 1100101 0 11001 110101 1111 100000 111100 111110

Color Harmonies of #D8A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A365

Black with #D8A365

Text Example


Text Example

White with #D8A365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A365; }

 p { color: rgb(216,163,101); }

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

background-color css

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

 a { background-color: rgb(216,163,101); }

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

border-color css

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

 span { border-color: rgb(216,163,101); }

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