Html Css Color HEX #D99D60 Porsche

📋 copy color: '#D99D60'

red 217 ◦ green 157 ◦ blue 96

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

Shades of Porsche #D99D60

Tints of Porsche #D99D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 46.17%
G = 33.4%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99D60 (or 0xD99D60) is known color: Porsche. HEX triplet: D9, 9D and 60. RGB value is (217,157,96). Sum of RGB (Red+Green+Blue) = 217+157+96=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D60 is #26629F. Grayscale: #A8A8A8. Windows color (decimal): -2515616 or 6331865. OLE color: 6331865.

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

Color convert

RGB 217 157 96 -
CMYK 0 0.28 0.56 0.15
HSL 30.25º 0.61% 0.61% -
HSV(B) 30.25º 0.56% 0.85% -
XYZ 42.78 39.71 16.48 -
YUV 167.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 217 157 96 0 0.28 0.56 0.15 30.25 0.61 0.61
Hex D9 9D 60 0 1C 38 F 1E 3D 3D
Octal 331 235 140 0 34 70 17 36 75 75
Binary 11011001 10011101 1100000 0 11100 111000 1111 11110 111101 111101

Color Harmonies of #D99D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D60

Black with #D99D60

Text Example


Text Example

White with #D99D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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