Html Css Color HEX #D99E60 Porsche

📋 copy color: '#D99E60'

red 217 ◦ green 158 ◦ blue 96

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

Shades of Porsche #D99E60

Tints of Porsche #D99E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 46.07%
G = 33.55%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99E60 (or 0xD99E60) is known color: Porsche. HEX triplet: D9, 9E and 60. RGB value is (217,158,96). Sum of RGB (Red+Green+Blue) = 217+158+96=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E60 is #26619F. Grayscale: #A8A8A8. Windows color (decimal): -2515360 or 6332121. OLE color: 6332121.

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

Color convert

RGB 217 158 96 -
CMYK 0 0.27 0.56 0.15
HSL 30.74º 0.61% 0.61% -
HSV(B) 30.74º 0.56% 0.85% -
XYZ 42.95 40.05 16.53 -
YUV 168.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 217 158 96 0 0.27 0.56 0.15 30.74 0.61 0.61
Hex D9 9E 60 0 1B 38 F 1F 3D 3D
Octal 331 236 140 0 33 70 17 37 75 75
Binary 11011001 10011110 1100000 0 11011 111000 1111 11111 111101 111101

Color Harmonies of #D99E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E60

Black with #D99E60

Text Example


Text Example

White with #D99E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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