Html Css Color HEX #D99C66 Porsche

📋 copy color: '#D99C66'

red 217 ◦ green 156 ◦ blue 102

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

Shades of Porsche #D99C66

Tints of Porsche #D99C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 45.68%
G = 32.84%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99C66 (or 0xD99C66) is known color: Porsche. HEX triplet: D9, 9C and 66. RGB value is (217,156,102). Sum of RGB (Red+Green+Blue) = 217+156+102=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C66 is #266399. Grayscale: #A8A8A8. Windows color (decimal): -2515866 or 6724825. OLE color: 6724825.

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

Color convert

RGB 217 156 102 -
CMYK 0 0.28 0.53 0.15
HSL 28.17º 0.6% 0.63% -
HSV(B) 28.17º 0.53% 0.85% -
XYZ 42.9 39.49 17.93 -
YUV 168.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 217 156 102 0 0.28 0.53 0.15 28.17 0.6 0.63
Hex D9 9C 66 0 1C 35 F 1C 3C 3F
Octal 331 234 146 0 34 65 17 34 74 77
Binary 11011001 10011100 1100110 0 11100 110101 1111 11100 111100 111111

Color Harmonies of #D99C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C66

Black with #D99C66

Text Example


Text Example

White with #D99C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C66; }

 p { color: rgb(217,156,102); }

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

background-color css

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

 a { background-color: rgb(217,156,102); }

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

border-color css

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

 span { border-color: rgb(217,156,102); }

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