Html Css Color HEX #D99E55 Porsche

📋 copy color: '#D99E55'

red 217 ◦ green 158 ◦ blue 85

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

Shades of Porsche #D99E55

Tints of Porsche #D99E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 47.17%
G = 34.35%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D99E55 (or 0xD99E55) is known color: Porsche. HEX triplet: D9, 9E and 55. RGB value is (217,158,85). Sum of RGB (Red+Green+Blue) = 217+158+85=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E55 is #2661AA. Grayscale: #A7A7A7. Windows color (decimal): -2515371 or 5611225. OLE color: 5611225.

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

Color convert

RGB 217 158 85 -
CMYK 0 0.27 0.61 0.15
HSL 33.18º 0.63% 0.59% -
HSV(B) 33.18º 0.61% 0.85% -
XYZ 42.48 39.86 14.05 -
YUV 167.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 217 158 85 0 0.27 0.61 0.15 33.18 0.63 0.59
Hex D9 9E 55 0 1B 3D F 21 3F 3B
Octal 331 236 125 0 33 75 17 41 77 73
Binary 11011001 10011110 1010101 0 11011 111101 1111 100001 111111 111011

Color Harmonies of #D99E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E55

Black with #D99E55

Text Example


Text Example

White with #D99E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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