Html Css Color HEX #DA9F63 Porsche

📋 copy color: '#DA9F63'

red 218 ◦ green 159 ◦ blue 99

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

Shades of Porsche #DA9F63

Tints of Porsche #DA9F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

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

R = 45.8%
G = 33.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9F63 (or 0xDA9F63) is known color: Porsche. HEX triplet: DA, 9F and 63. RGB value is (218,159,99). Sum of RGB (Red+Green+Blue) = 218+159+99=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F63 is #25609C. Grayscale: #AAAAAA. Windows color (decimal): -2449565 or 6528986. OLE color: 6528986.

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

Color convert

RGB 218 159 99 -
CMYK 0 0.27 0.55 0.15
HSL 30.25º 0.62% 0.62% -
HSV(B) 30.25º 0.55% 0.85% -
XYZ 43.56 40.6 17.35 -
YUV 169.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 218 159 99 0 0.27 0.55 0.15 30.25 0.62 0.62
Hex DA 9F 63 0 1B 37 F 1E 3E 3E
Octal 332 237 143 0 33 67 17 36 76 76
Binary 11011010 10011111 1100011 0 11011 110111 1111 11110 111110 111110

Color Harmonies of #DA9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F63

Black with #DA9F63

Text Example


Text Example

White with #DA9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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