Html Css Color HEX #D99D57 Porsche

📋 copy color: '#D99D57'

red 217 ◦ green 157 ◦ blue 87

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

Shades of Porsche #D99D57

Tints of Porsche #D99D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.87%

R = 47.07%
G = 34.06%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D99D57 (or 0xD99D57) is known color: Porsche. HEX triplet: D9, 9D and 57. RGB value is (217,157,87). Sum of RGB (Red+Green+Blue) = 217+157+87=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D57 is #2662A8. Grayscale: #A7A7A7. Windows color (decimal): -2515625 or 5742041. OLE color: 5742041.

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

Color convert

RGB 217 157 87 -
CMYK 0 0.28 0.60 0.15
HSL 32.31º 0.63% 0.6% -
HSV(B) 32.31º 0.6% 0.85% -
XYZ 42.39 39.55 14.42 -
YUV 166.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 217 157 87 0 0.28 0.60 0.15 32.31 0.63 0.6
Hex D9 9D 57 0 1C 3C F 20 3F 3C
Octal 331 235 127 0 34 74 17 40 77 74
Binary 11011001 10011101 1010111 0 11100 111100 1111 100000 111111 111100

Color Harmonies of #D99D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D57

Black with #D99D57

Text Example


Text Example

White with #D99D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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