Html Css Color HEX #D99D6A Porsche

📋 copy color: '#D99D6A'

red 217 ◦ green 157 ◦ blue 106

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

Shades of Porsche #D99D6A

Tints of Porsche #D99D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

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

R = 45.21%
G = 32.71%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D99D6A (or 0xD99D6A) is known color: Porsche. HEX triplet: D9, 9D and 6A. RGB value is (217,157,106). Sum of RGB (Red+Green+Blue) = 217+157+106=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D6A is #266295. Grayscale: #A9A9A9. Windows color (decimal): -2515606 or 6987225. OLE color: 6987225.

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

Color convert

RGB 217 157 106 -
CMYK 0 0.28 0.51 0.15
HSL 27.57º 0.59% 0.63% -
HSV(B) 27.57º 0.51% 0.85% -
XYZ 43.27 39.91 19.06 -
YUV 169.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 217 157 106 0 0.28 0.51 0.15 27.57 0.59 0.63
Hex D9 9D 6A 0 1C 33 F 1C 3B 3F
Octal 331 235 152 0 34 63 17 34 73 77
Binary 11011001 10011101 1101010 0 11100 110011 1111 11100 111011 111111

Color Harmonies of #D99D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D6A

Black with #D99D6A

Text Example


Text Example

White with #D99D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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