Html Css Color HEX #DA9B63 Porsche

📋 copy color: '#DA9B63'

red 218 ◦ green 155 ◦ blue 99

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

Shades of Porsche #DA9B63

Tints of Porsche #DA9B63

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 46.19%
G = 32.84%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9B63 (or 0xDA9B63) is known color: Porsche. HEX triplet: DA, 9B and 63. RGB value is (218,155,99). Sum of RGB (Red+Green+Blue) = 218+155+99=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B63 is #25649C. Grayscale: #A7A7A7. Windows color (decimal): -2450589 or 6527962. OLE color: 6527962.

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

Color convert

RGB 218 155 99 -
CMYK 0 0.29 0.55 0.15
HSL 28.24º 0.62% 0.62% -
HSV(B) 28.24º 0.55% 0.85% -
XYZ 42.89 39.25 17.12 -
YUV 167.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 218 155 99 0 0.29 0.55 0.15 28.24 0.62 0.62
Hex DA 9B 63 0 1D 37 F 1C 3E 3E
Octal 332 233 143 0 35 67 17 34 76 76
Binary 11011010 10011011 1100011 0 11101 110111 1111 11100 111110 111110

Color Harmonies of #DA9B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B63

Black with #DA9B63

Text Example


Text Example

White with #DA9B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B63; }

 p { color: rgb(218,155,99); }

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

background-color css

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

 a { background-color: rgb(218,155,99); }

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

border-color css

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

 span { border-color: rgb(218,155,99); }

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