Html Css Color HEX #D99D5D Porsche

📋 copy color: '#D99D5D'

red 217 ◦ green 157 ◦ blue 93

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

Shades of Porsche #D99D5D

Tints of Porsche #D99D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 46.47%
G = 33.62%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D99D5D (or 0xD99D5D) is known color: Porsche. HEX triplet: D9, 9D and 5D. RGB value is (217,157,93). Sum of RGB (Red+Green+Blue) = 217+157+93=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5D is #2662A2. Grayscale: #A7A7A7. Windows color (decimal): -2515619 or 6135257. OLE color: 6135257.

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

Color convert

RGB 217 157 93 -
CMYK 0 0.28 0.57 0.15
HSL 30.97º 0.62% 0.61% -
HSV(B) 30.97º 0.57% 0.85% -
XYZ 42.65 39.66 15.76 -
YUV 167.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 217 157 93 0 0.28 0.57 0.15 30.97 0.62 0.61
Hex D9 9D 5D 0 1C 39 F 1F 3E 3D
Octal 331 235 135 0 34 71 17 37 76 75
Binary 11011001 10011101 1011101 0 11100 111001 1111 11111 111110 111101

Color Harmonies of #D99D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D5D

Black with #D99D5D

Text Example


Text Example

White with #D99D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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