Html Css Color HEX #D99A60 Porsche

📋 copy color: '#D99A60'

red 217 ◦ green 154 ◦ blue 96

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

Shades of Porsche #D99A60

Tints of Porsche #D99A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.98%

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

R = 46.47%
G = 32.98%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D99A60 (or 0xD99A60) is known color: Porsche. HEX triplet: D9, 9A and 60. RGB value is (217,154,96). Sum of RGB (Red+Green+Blue) = 217+154+96=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A60 is #26659F. Grayscale: #A6A6A6. Windows color (decimal): -2516384 or 6331097. OLE color: 6331097.

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

Color convert

RGB 217 154 96 -
CMYK 0 0.29 0.56 0.15
HSL 28.76º 0.61% 0.61% -
HSV(B) 28.76º 0.56% 0.85% -
XYZ 42.28 38.71 16.31 -
YUV 166.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 217 154 96 0 0.29 0.56 0.15 28.76 0.61 0.61
Hex D9 9A 60 0 1D 38 F 1D 3D 3D
Octal 331 232 140 0 35 70 17 35 75 75
Binary 11011001 10011010 1100000 0 11101 111000 1111 11101 111101 111101

Color Harmonies of #D99A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A60

Black with #D99A60

Text Example


Text Example

White with #D99A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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