Html Css Color HEX #D99F5D Porsche

📋 copy color: '#D99F5D'

red 217 ◦ green 159 ◦ blue 93

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

Shades of Porsche #D99F5D

Tints of Porsche #D99F5D

RGB

 RED value IS 217 (85.16% from 255) = 46.27%

 GREEN value IS 159 (62.5% from 255) = 33.9%

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

R = 46.27%
G = 33.9%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D99F5D (or 0xD99F5D) is known color: Porsche. HEX triplet: D9, 9F and 5D. RGB value is (217,159,93). Sum of RGB (Red+Green+Blue) = 217+159+93=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F5D is #2660A2. Grayscale: #A9A9A9. Windows color (decimal): -2515107 or 6135769. OLE color: 6135769.

HSL color Cylindrical-coordinate representation of color #D99F5D: hue angle of 31.94º degrees, saturation: 0.62, 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 #D99F5D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 93 -
CMYK 0 0.27 0.57 0.15
HSL 31.94º 0.62% 0.61% -
HSV(B) 31.94º 0.57% 0.85% -
XYZ 42.99 40.34 15.88 -
YUV 168.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 217 159 93 0 0.27 0.57 0.15 31.94 0.62 0.61
Hex D9 9F 5D 0 1B 39 F 20 3E 3D
Octal 331 237 135 0 33 71 17 40 76 75
Binary 11011001 10011111 1011101 0 11011 111001 1111 100000 111110 111101

Color Harmonies of #D99F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F5D

Black with #D99F5D

Text Example


Text Example

White with #D99F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F5D; }

 p { color: rgb(217,159,93); }

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

background-color css

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

 a { background-color: rgb(217,159,93); }

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

border-color css

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

 span { border-color: rgb(217,159,93); }

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