Html Css Color HEX #D49851 Porsche

📋 copy color: '#D49851'

red 212 ◦ green 152 ◦ blue 81

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

Shades of Porsche #D49851

Tints of Porsche #D49851

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 81 (32.03% from 255) = 18.2%

R = 47.64%
G = 34.16%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D49851 (or 0xD49851) is known color: Porsche. HEX triplet: D4, 98 and 51. RGB value is (212,152,81). Sum of RGB (Red+Green+Blue) = 212+152+81=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D49851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49851 is #2B67AE. Grayscale: #A2A2A2. Windows color (decimal): -2844591 or 5347540. OLE color: 5347540.

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

Color convert

RGB 212 152 81 -
CMYK 0 0.28 0.62 0.17
HSL 32.52º 0.6% 0.57% -
HSV(B) 32.52º 0.62% 0.83% -
XYZ 39.86 37.05 12.83 -
YUV 161.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 212 152 81 0 0.28 0.62 0.17 32.52 0.6 0.57
Hex D4 98 51 0 1C 3E 11 21 3C 39
Octal 324 230 121 0 34 76 21 41 74 71
Binary 11010100 10011000 1010001 0 11100 111110 10001 100001 111100 111001

Color Harmonies of #D49851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49851

Black with #D49851

Text Example


Text Example

White with #D49851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49851; }

 p { color: rgb(212,152,81); }

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

background-color css

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

 a { background-color: rgb(212,152,81); }

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

border-color css

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

 span { border-color: rgb(212,152,81); }

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