Html Css Color HEX #D49F64 Porsche

📋 copy color: '#D49F64'

red 212 ◦ green 159 ◦ blue 100

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

Shades of Porsche #D49F64

Tints of Porsche #D49F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 45.01%
G = 33.76%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D49F64 (or 0xD49F64) is known color: Porsche. HEX triplet: D4, 9F and 64. RGB value is (212,159,100). Sum of RGB (Red+Green+Blue) = 212+159+100=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F64 is #2B609B. Grayscale: #A8A8A8. Windows color (decimal): -2842780 or 6594516. OLE color: 6594516.

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

Color convert

RGB 212 159 100 -
CMYK 0 0.25 0.53 0.17
HSL 31.61º 0.57% 0.61% -
HSV(B) 31.61º 0.53% 0.83% -
XYZ 41.85 39.71 17.52 -
YUV 168.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 212 159 100 0 0.25 0.53 0.17 31.61 0.57 0.61
Hex D4 9F 64 0 19 35 11 20 39 3D
Octal 324 237 144 0 31 65 21 40 71 75
Binary 11010100 10011111 1100100 0 11001 110101 10001 100000 111001 111101

Color Harmonies of #D49F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F64

Black with #D49F64

Text Example


Text Example

White with #D49F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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