Html Css Color HEX #D99D5F Porsche

📋 copy color: '#D99D5F'

red 217 ◦ green 157 ◦ blue 95

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

Shades of Porsche #D99D5F

Tints of Porsche #D99D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 46.27%
G = 33.48%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99D5F (or 0xD99D5F) is known color: Porsche. HEX triplet: D9, 9D and 5F. RGB value is (217,157,95). Sum of RGB (Red+Green+Blue) = 217+157+95=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5F is #2662A0. Grayscale: #A8A8A8. Windows color (decimal): -2515617 or 6266329. OLE color: 6266329.

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

Color convert

RGB 217 157 95 -
CMYK 0 0.28 0.56 0.15
HSL 30.49º 0.62% 0.61% -
HSV(B) 30.49º 0.56% 0.85% -
XYZ 42.74 39.69 16.24 -
YUV 167.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 217 157 95 0 0.28 0.56 0.15 30.49 0.62 0.61
Hex D9 9D 5F 0 1C 38 F 1E 3E 3D
Octal 331 235 137 0 34 70 17 36 76 75
Binary 11011001 10011101 1011111 0 11100 111000 1111 11110 111110 111101

Color Harmonies of #D99D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D5F

Black with #D99D5F

Text Example


Text Example

White with #D99D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D5F; }

 p { color: rgb(217,157,95); }

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

background-color css

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

 a { background-color: rgb(217,157,95); }

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

border-color css

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

 span { border-color: rgb(217,157,95); }

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