Html Css Color HEX #D49C62 Porsche

📋 copy color: '#D49C62'

red 212 ◦ green 156 ◦ blue 98

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

Shades of Porsche #D49C62

Tints of Porsche #D49C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 45.49%
G = 33.48%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D49C62 (or 0xD49C62) is known color: Porsche. HEX triplet: D4, 9C and 62. RGB value is (212,156,98). Sum of RGB (Red+Green+Blue) = 212+156+98=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C62 is #2B639D. Grayscale: #A6A6A6. Windows color (decimal): -2843550 or 6462676. OLE color: 6462676.

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

Color convert

RGB 212 156 98 -
CMYK 0 0.26 0.54 0.17
HSL 30.53º 0.57% 0.61% -
HSV(B) 30.53º 0.54% 0.83% -
XYZ 41.24 38.66 16.84 -
YUV 166.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 212 156 98 0 0.26 0.54 0.17 30.53 0.57 0.61
Hex D4 9C 62 0 1A 36 11 1F 39 3D
Octal 324 234 142 0 32 66 21 37 71 75
Binary 11010100 10011100 1100010 0 11010 110110 10001 11111 111001 111101

Color Harmonies of #D49C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C62

Black with #D49C62

Text Example


Text Example

White with #D49C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C62; }

 p { color: rgb(212,156,98); }

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

background-color css

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

 a { background-color: rgb(212,156,98); }

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

border-color css

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

 span { border-color: rgb(212,156,98); }

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