Html Css Color HEX #D8A263 Porsche

📋 copy color: '#D8A263'

red 216 ◦ green 162 ◦ blue 99

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

Shades of Porsche #D8A263

Tints of Porsche #D8A263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 45.28%
G = 33.96%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A263 (or 0xD8A263) is known color: Porsche. HEX triplet: D8, A2 and 63. RGB value is (216,162,99). Sum of RGB (Red+Green+Blue) = 216+162+99=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A263 is #275D9C. Grayscale: #ABABAB. Windows color (decimal): -2579869 or 6529752. OLE color: 6529752.

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

Color convert

RGB 216 162 99 -
CMYK 0 0.25 0.54 0.15
HSL 32.31º 0.6% 0.62% -
HSV(B) 32.31º 0.54% 0.85% -
XYZ 43.49 41.34 17.49 -
YUV 170.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 216 162 99 0 0.25 0.54 0.15 32.31 0.6 0.62
Hex D8 A2 63 0 19 36 F 20 3C 3E
Octal 330 242 143 0 31 66 17 40 74 76
Binary 11011000 10100010 1100011 0 11001 110110 1111 100000 111100 111110

Color Harmonies of #D8A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A263

Black with #D8A263

Text Example


Text Example

White with #D8A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A263; }

 p { color: rgb(216,162,99); }

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

background-color css

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

 a { background-color: rgb(216,162,99); }

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

border-color css

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

 span { border-color: rgb(216,162,99); }

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