Html Css Color HEX #D99D5B Porsche

📋 copy color: '#D99D5B'

red 217 ◦ green 157 ◦ blue 91

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

Shades of Porsche #D99D5B

Tints of Porsche #D99D5B

RGB

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

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

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

R = 46.67%
G = 33.76%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D99D5B (or 0xD99D5B) is known color: Porsche. HEX triplet: D9, 9D and 5B. RGB value is (217,157,91). Sum of RGB (Red+Green+Blue) = 217+157+91=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5B is #2662A4. Grayscale: #A7A7A7. Windows color (decimal): -2515621 or 6004185. OLE color: 6004185.

HSL color Cylindrical-coordinate representation of color #D99D5B: hue angle of 31.43º 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 #D99D5B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 91 -
CMYK 0 0.28 0.58 0.15
HSL 31.43º 0.62% 0.6% -
HSV(B) 31.43º 0.58% 0.85% -
XYZ 42.56 39.62 15.3 -
YUV 167.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 217 157 91 0 0.28 0.58 0.15 31.43 0.62 0.6
Hex D9 9D 5B 0 1C 3A F 1F 3E 3C
Octal 331 235 133 0 34 72 17 37 76 74
Binary 11011001 10011101 1011011 0 11100 111010 1111 11111 111110 111100

Color Harmonies of #D99D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D5B

Black with #D99D5B

Text Example


Text Example

White with #D99D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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