Html Css Color HEX #D99C60 Porsche

📋 copy color: '#D99C60'

red 217 ◦ green 156 ◦ blue 96

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

Shades of Porsche #D99C60

Tints of Porsche #D99C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 46.27%
G = 33.26%
B = 20.47%

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

#D99C60 (or 0xD99C60) is known color: Porsche. HEX triplet: D9, 9C and 60. RGB value is (217,156,96). Sum of RGB (Red+Green+Blue) = 217+156+96=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C60 is #26639F. Grayscale: #A7A7A7. Windows color (decimal): -2515872 or 6331609. OLE color: 6331609.

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

Color convert

RGB 217 156 96 -
CMYK 0 0.28 0.56 0.15
HSL 29.75º 0.61% 0.61% -
HSV(B) 29.75º 0.56% 0.85% -
XYZ 42.62 39.37 16.42 -
YUV 167.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 217 156 96 0 0.28 0.56 0.15 29.75 0.61 0.61
Hex D9 9C 60 0 1C 38 F 1E 3D 3D
Octal 331 234 140 0 34 70 17 36 75 75
Binary 11011001 10011100 1100000 0 11100 111000 1111 11110 111101 111101

Color Harmonies of #D99C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C60

Black with #D99C60

Text Example


Text Example

White with #D99C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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