Html Css Color HEX #DA9860 Porsche

📋 copy color: '#DA9860'

red 218 ◦ green 152 ◦ blue 96

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

Shades of Porsche #DA9860

Tints of Porsche #DA9860

RGB

 RED value IS 218 (85.55% from 255) = 46.78%

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 46.78%
G = 32.62%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA9860 (or 0xDA9860) is known color: Porsche. HEX triplet: DA, 98 and 60. RGB value is (218,152,96). Sum of RGB (Red+Green+Blue) = 218+152+96=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9860 is #25679F. Grayscale: #A5A5A5. Windows color (decimal): -2451360 or 6330586. OLE color: 6330586.

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

Color convert

RGB 218 152 96 -
CMYK 0 0.30 0.56 0.15
HSL 27.54º 0.62% 0.62% -
HSV(B) 27.54º 0.56% 0.85% -
XYZ 42.25 38.21 16.21 -
YUV 165.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 218 152 96 0 0.30 0.56 0.15 27.54 0.62 0.62
Hex DA 98 60 0 1E 38 F 1C 3E 3E
Octal 332 230 140 0 36 70 17 34 76 76
Binary 11011010 10011000 1100000 0 11110 111000 1111 11100 111110 111110

Color Harmonies of #DA9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9860

Black with #DA9860

Text Example


Text Example

White with #DA9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9860; }

 p { color: rgb(218,152,96); }

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

background-color css

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

 a { background-color: rgb(218,152,96); }

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

border-color css

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

 span { border-color: rgb(218,152,96); }

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