Html Css Color HEX #D49F65 Porsche

📋 copy color: '#D49F65'

red 212 ◦ green 159 ◦ blue 101

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

Shades of Porsche #D49F65

Tints of Porsche #D49F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 44.92%
G = 33.69%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49F65 (or 0xD49F65) is known color: Porsche. HEX triplet: D4, 9F and 65. RGB value is (212,159,101). Sum of RGB (Red+Green+Blue) = 212+159+101=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F65 is #2B609A. Grayscale: #A8A8A8. Windows color (decimal): -2842779 or 6660052. OLE color: 6660052.

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

Color convert

RGB 212 159 101 -
CMYK 0 0.25 0.52 0.17
HSL 31.35º 0.56% 0.61% -
HSV(B) 31.35º 0.52% 0.83% -
XYZ 41.9 39.73 17.77 -
YUV 168.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 212 159 101 0 0.25 0.52 0.17 31.35 0.56 0.61
Hex D4 9F 65 0 19 34 11 1F 38 3D
Octal 324 237 145 0 31 64 21 37 70 75
Binary 11010100 10011111 1100101 0 11001 110100 10001 11111 111000 111101

Color Harmonies of #D49F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F65

Black with #D49F65

Text Example


Text Example

White with #D49F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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