Html Css Color HEX #D8A068 Porsche

📋 copy color: '#D8A068'

red 216 ◦ green 160 ◦ blue 104

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

Shades of Porsche #D8A068

Tints of Porsche #D8A068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 45%
G = 33.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8A068 (or 0xD8A068) is known color: Porsche. HEX triplet: D8, A0 and 68. RGB value is (216,160,104). Sum of RGB (Red+Green+Blue) = 216+160+104=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A068 is #275F97. Grayscale: #AAAAAA. Windows color (decimal): -2580376 or 6856920. OLE color: 6856920.

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

Color convert

RGB 216 160 104 -
CMYK 0 0.26 0.52 0.15
HSL 30º 0.59% 0.63% -
HSV(B) 30º 0.52% 0.85% -
XYZ 43.39 40.74 18.67 -
YUV 170.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 216 160 104 0 0.26 0.52 0.15 30 0.59 0.63
Hex D8 A0 68 0 1A 34 F 1E 3B 3F
Octal 330 240 150 0 32 64 17 36 73 77
Binary 11011000 10100000 1101000 0 11010 110100 1111 11110 111011 111111

Color Harmonies of #D8A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A068

Black with #D8A068

Text Example


Text Example

White with #D8A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A068; }

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

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

background-color css

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

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

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

border-color css

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

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

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