Html Css Color HEX #D99E6A Porsche

📋 copy color: '#D99E6A'

red 217 ◦ green 158 ◦ blue 106

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

Shades of Porsche #D99E6A

Tints of Porsche #D99E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 45.11%
G = 32.85%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D99E6A (or 0xD99E6A) is known color: Porsche. HEX triplet: D9, 9E and 6A. RGB value is (217,158,106). Sum of RGB (Red+Green+Blue) = 217+158+106=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E6A is #266195. Grayscale: #A9A9A9. Windows color (decimal): -2515350 or 6987481. OLE color: 6987481.

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

Color convert

RGB 217 158 106 -
CMYK 0 0.27 0.51 0.15
HSL 28.11º 0.59% 0.63% -
HSV(B) 28.11º 0.51% 0.85% -
XYZ 43.44 40.25 19.11 -
YUV 169.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 217 158 106 0 0.27 0.51 0.15 28.11 0.59 0.63
Hex D9 9E 6A 0 1B 33 F 1C 3B 3F
Octal 331 236 152 0 33 63 17 34 73 77
Binary 11011001 10011110 1101010 0 11011 110011 1111 11100 111011 111111

Color Harmonies of #D99E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E6A

Black with #D99E6A

Text Example


Text Example

White with #D99E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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