Html Css Color HEX #D49F68 Porsche

📋 copy color: '#D49F68'

red 212 ◦ green 159 ◦ blue 104

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

Shades of Porsche #D49F68

Tints of Porsche #D49F68

RGB

 RED value IS 212 (83.2% from 255) = 44.63%

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 44.63%
G = 33.47%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49F68 (or 0xD49F68) is known color: Porsche. HEX triplet: D4, 9F and 68. RGB value is (212,159,104). Sum of RGB (Red+Green+Blue) = 212+159+104=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F68 is #2B6097. Grayscale: #A8A8A8. Windows color (decimal): -2842776 or 6856660. OLE color: 6856660.

HSL color Cylindrical-coordinate representation of color #D49F68: hue angle of 30.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D49F68 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 104 -
CMYK 0 0.25 0.51 0.17
HSL 30.56º 0.56% 0.62% -
HSV(B) 30.56º 0.51% 0.83% -
XYZ 42.05 39.79 18.56 -
YUV 168.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 212 159 104 0 0.25 0.51 0.17 30.56 0.56 0.62
Hex D4 9F 68 0 19 33 11 1F 38 3E
Octal 324 237 150 0 31 63 21 37 70 76
Binary 11010100 10011111 1101000 0 11001 110011 10001 11111 111000 111110

Color Harmonies of #D49F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F68

Black with #D49F68

Text Example


Text Example

White with #D49F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F68; }

 p { color: rgb(212,159,104); }

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

background-color css

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

 a { background-color: rgb(212,159,104); }

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

border-color css

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

 span { border-color: rgb(212,159,104); }

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