Html Css Color HEX #D8A15A Porsche

📋 copy color: '#D8A15A'

red 216 ◦ green 161 ◦ blue 90

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

Shades of Porsche #D8A15A

Tints of Porsche #D8A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 90 (35.55% from 255) = 19.27%

R = 46.25%
G = 34.48%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8A15A (or 0xD8A15A) is known color: Porsche. HEX triplet: D8, A1 and 5A. RGB value is (216,161,90). Sum of RGB (Red+Green+Blue) = 216+161+90=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A15A is #275EA5. Grayscale: #A9A9A9. Windows color (decimal): -2580134 or 5939672. OLE color: 5939672.

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

Color convert

RGB 216 161 90 -
CMYK 0 0.25 0.58 0.15
HSL 33.81º 0.62% 0.6% -
HSV(B) 33.81º 0.58% 0.85% -
XYZ 42.91 40.83 15.29 -
YUV 169.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 216 161 90 0 0.25 0.58 0.15 33.81 0.62 0.6
Hex D8 A1 5A 0 19 3A F 22 3E 3C
Octal 330 241 132 0 31 72 17 42 76 74
Binary 11011000 10100001 1011010 0 11001 111010 1111 100010 111110 111100

Color Harmonies of #D8A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A15A

Black with #D8A15A

Text Example


Text Example

White with #D8A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A15A; }

 p { color: rgb(216,161,90); }

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

background-color css

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

 a { background-color: rgb(216,161,90); }

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

border-color css

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

 span { border-color: rgb(216,161,90); }

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