#DA9961

Color #DA9961 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DA9961

Tints of Porsche #DA9961

Color information

#DA9961 (or 0xDA9961) is unknown color: approx Porsche. HEX triplet: DA, 99 and 61. RGB value is (218,153,97). Sum of RGB (Red+Green+Blue) = 218+153+97=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9961 is #25669E. Grayscale: #A6A6A6. Windows color (decimal): -2451103 or 6396378. OLE color: 6396378.

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

Color convert

RGB21815397-
CMYK00.300.560.15
HSL27.77º62.05%61.76%-
HSV(B)27.77º55.5%85.49%-
XYZ42.4638.5516.51-
YUV166.0589.03165.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=46.58%
G=32.69%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181539700.300.560.1527.7762.0561.76
HexDA996101E38F1c3e3e
Octal3322311410367017347676
Binary11011010100110011100001011110111000111111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9961; }

 p { color: rgb(218,153,97); }

 H1.HeaderClassName
 {
   color: #DA9961;
 }
 .AnyTagClassName
 {
   color: #DA9961;
 }
</style>
background-color css

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

 a { background-color: rgb(218,153,97); }

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

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

 span { border-color: rgb(218,153,97); }

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