Html Css Color HEX #D99B5B Porsche

📋 copy color: '#D99B5B'

red 217 ◦ green 155 ◦ blue 91

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

Shades of Porsche #D99B5B

Tints of Porsche #D99B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 46.87%
G = 33.48%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D99B5B (or 0xD99B5B) is known color: Porsche. HEX triplet: D9, 9B and 5B. RGB value is (217,155,91). Sum of RGB (Red+Green+Blue) = 217+155+91=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B5B is #2664A4. Grayscale: #A6A6A6. Windows color (decimal): -2516133 or 6003673. OLE color: 6003673.

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

Color convert

RGB 217 155 91 -
CMYK 0 0.29 0.58 0.15
HSL 30.48º 0.62% 0.6% -
HSV(B) 30.48º 0.58% 0.85% -
XYZ 42.22 38.95 15.19 -
YUV 166.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 217 155 91 0 0.29 0.58 0.15 30.48 0.62 0.6
Hex D9 9B 5B 0 1D 3A F 1E 3E 3C
Octal 331 233 133 0 35 72 17 36 76 74
Binary 11011001 10011011 1011011 0 11101 111010 1111 11110 111110 111100

Color Harmonies of #D99B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B5B

Black with #D99B5B

Text Example


Text Example

White with #D99B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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