Html Css Color HEX #D99E5B Porsche

📋 copy color: '#D99E5B'

red 217 ◦ green 158 ◦ blue 91

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

Shades of Porsche #D99E5B

Tints of Porsche #D99E5B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 46.57%
G = 33.91%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D99E5B (or 0xD99E5B) is known color: Porsche. HEX triplet: D9, 9E and 5B. RGB value is (217,158,91). Sum of RGB (Red+Green+Blue) = 217+158+91=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E5B is #2661A4. Grayscale: #A8A8A8. Windows color (decimal): -2515365 or 6004441. OLE color: 6004441.

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

Color convert

RGB 217 158 91 -
CMYK 0 0.27 0.58 0.15
HSL 31.9º 0.62% 0.6% -
HSV(B) 31.9º 0.58% 0.85% -
XYZ 42.73 39.96 15.36 -
YUV 168 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 217 158 91 0 0.27 0.58 0.15 31.9 0.62 0.6
Hex D9 9E 5B 0 1B 3A F 20 3E 3C
Octal 331 236 133 0 33 72 17 40 76 74
Binary 11011001 10011110 1011011 0 11011 111010 1111 100000 111110 111100

Color Harmonies of #D99E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E5B

Black with #D99E5B

Text Example


Text Example

White with #D99E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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