Html Css Color HEX #D8A261 Porsche

📋 copy color: '#D8A261'

red 216 ◦ green 162 ◦ blue 97

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

Shades of Porsche #D8A261

Tints of Porsche #D8A261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.42%

R = 45.47%
G = 34.11%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8A261 (or 0xD8A261) is known color: Porsche. HEX triplet: D8, A2 and 61. RGB value is (216,162,97). Sum of RGB (Red+Green+Blue) = 216+162+97=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A261 is #275D9E. Grayscale: #ABABAB. Windows color (decimal): -2579871 or 6398680. OLE color: 6398680.

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

Color convert

RGB 216 162 97 -
CMYK 0 0.25 0.55 0.15
HSL 32.77º 0.6% 0.61% -
HSV(B) 32.77º 0.55% 0.85% -
XYZ 43.4 41.3 16.99 -
YUV 170.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 216 162 97 0 0.25 0.55 0.15 32.77 0.6 0.61
Hex D8 A2 61 0 19 37 F 21 3C 3D
Octal 330 242 141 0 31 67 17 41 74 75
Binary 11011000 10100010 1100001 0 11001 110111 1111 100001 111100 111101

Color Harmonies of #D8A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A261

Black with #D8A261

Text Example


Text Example

White with #D8A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A261; }

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

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

background-color css

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

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

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

border-color css

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

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

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