Html Css Color HEX #D8A06B Porsche

📋 copy color: '#D8A06B'

red 216 ◦ green 160 ◦ blue 107

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

Shades of Porsche #D8A06B

Tints of Porsche #D8A06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 44.72%
G = 33.13%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A06B (or 0xD8A06B) is known color: Porsche. HEX triplet: D8, A0 and 6B. RGB value is (216,160,107). Sum of RGB (Red+Green+Blue) = 216+160+107=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A06B is #275F94. Grayscale: #AAAAAA. Windows color (decimal): -2580373 or 7053528. OLE color: 7053528.

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

Color convert

RGB 216 160 107 -
CMYK 0 0.26 0.50 0.15
HSL 29.17º 0.58% 0.63% -
HSV(B) 29.17º 0.5% 0.85% -
XYZ 43.54 40.8 19.49 -
YUV 170.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 216 160 107 0 0.26 0.50 0.15 29.17 0.58 0.63
Hex D8 A0 6B 0 1A 32 F 1D 3A 3F
Octal 330 240 153 0 32 62 17 35 72 77
Binary 11011000 10100000 1101011 0 11010 110010 1111 11101 111010 111111

Color Harmonies of #D8A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A06B

Black with #D8A06B

Text Example


Text Example

White with #D8A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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