Html Css Color HEX #D7995B Porsche

📋 copy color: '#D7995B'

red 215 ◦ green 153 ◦ blue 91

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

Shades of Porsche #D7995B

Tints of Porsche #D7995B

RGB

 RED value IS 215 (84.38% from 255) = 46.84%

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 46.84%
G = 33.33%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7995B (or 0xD7995B) is known color: Porsche. HEX triplet: D7, 99 and 5B. RGB value is (215,153,91). Sum of RGB (Red+Green+Blue) = 215+153+91=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7995B is #2866A4. Grayscale: #A4A4A4. Windows color (decimal): -2647717 or 6003159. OLE color: 6003159.

HSL color Cylindrical-coordinate representation of color #D7995B: hue angle of 30º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7995B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 153 91 -
CMYK 0 0.29 0.58 0.16
HSL 30º 0.61% 0.6% -
HSV(B) 30º 0.58% 0.84% -
XYZ 41.3 37.98 15.05 -
YUV 164.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 215 153 91 0 0.29 0.58 0.16 30 0.61 0.6
Hex D7 99 5B 0 1D 3A 10 1E 3D 3C
Octal 327 231 133 0 35 72 20 36 75 74
Binary 11010111 10011001 1011011 0 11101 111010 10000 11110 111101 111100

Color Harmonies of #D7995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7995B

Black with #D7995B

Text Example


Text Example

White with #D7995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7995B; }

 p { color: rgb(215,153,91); }

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

background-color css

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

 a { background-color: rgb(215,153,91); }

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

border-color css

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

 span { border-color: rgb(215,153,91); }

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