Html Css Color HEX #D8A36D Porsche

📋 copy color: '#D8A36D'

red 216 ◦ green 163 ◦ blue 109

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

Shades of Porsche #D8A36D

Tints of Porsche #D8A36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 44.26%
G = 33.4%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A36D (or 0xD8A36D) is known color: Porsche. HEX triplet: D8, A3 and 6D. RGB value is (216,163,109). Sum of RGB (Red+Green+Blue) = 216+163+109=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A36D is #275C92. Grayscale: #ACACAC. Windows color (decimal): -2579603 or 7185368. OLE color: 7185368.

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

Color convert

RGB 216 163 109 -
CMYK 0 0.25 0.50 0.15
HSL 30.28º 0.58% 0.64% -
HSV(B) 30.28º 0.5% 0.85% -
XYZ 44.18 41.9 20.23 -
YUV 172.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 216 163 109 0 0.25 0.50 0.15 30.28 0.58 0.64
Hex D8 A3 6D 0 19 32 F 1E 3A 40
Octal 330 243 155 0 31 62 17 36 72 100
Binary 11011000 10100011 1101101 0 11001 110010 1111 11110 111010 1000000

Color Harmonies of #D8A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A36D

Black with #D8A36D

Text Example


Text Example

White with #D8A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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