Html Css Color HEX #D8995D Porsche

📋 copy color: '#D8995D'

red 216 ◦ green 153 ◦ blue 93

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

Shades of Porsche #D8995D

Tints of Porsche #D8995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 46.75%
G = 33.12%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8995D (or 0xD8995D) is known color: Porsche. HEX triplet: D8, 99 and 5D. RGB value is (216,153,93). Sum of RGB (Red+Green+Blue) = 216+153+93=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8995D is #2766A2. Grayscale: #A5A5A5. Windows color (decimal): -2582179 or 6134232. OLE color: 6134232.

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

Color convert

RGB 216 153 93 -
CMYK 0 0.29 0.57 0.15
HSL 29.27º 0.61% 0.61% -
HSV(B) 29.27º 0.57% 0.85% -
XYZ 41.69 38.17 15.53 -
YUV 165 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 216 153 93 0 0.29 0.57 0.15 29.27 0.61 0.61
Hex D8 99 5D 0 1D 39 F 1D 3D 3D
Octal 330 231 135 0 35 71 17 35 75 75
Binary 11011000 10011001 1011101 0 11101 111001 1111 11101 111101 111101

Color Harmonies of #D8995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8995D

Black with #D8995D

Text Example


Text Example

White with #D8995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8995D; }

 p { color: rgb(216,153,93); }

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

background-color css

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

 a { background-color: rgb(216,153,93); }

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

border-color css

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

 span { border-color: rgb(216,153,93); }

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