Html Css Color HEX #D49B5B Porsche

📋 copy color: '#D49B5B'

red 212 ◦ green 155 ◦ blue 91

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

Shades of Porsche #D49B5B

Tints of Porsche #D49B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 46.29%
G = 33.84%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D49B5B (or 0xD49B5B) is known color: Porsche. HEX triplet: D4, 9B and 5B. RGB value is (212,155,91). Sum of RGB (Red+Green+Blue) = 212+155+91=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49B5B is #2B64A4. Grayscale: #A5A5A5. Windows color (decimal): -2843813 or 6003668. OLE color: 6003668.

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

Color convert

RGB 212 155 91 -
CMYK 0 0.27 0.57 0.17
HSL 31.74º 0.58% 0.59% -
HSV(B) 31.74º 0.57% 0.83% -
XYZ 40.76 38.2 15.12 -
YUV 164.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 212 155 91 0 0.27 0.57 0.17 31.74 0.58 0.59
Hex D4 9B 5B 0 1B 39 11 20 3A 3B
Octal 324 233 133 0 33 71 21 40 72 73
Binary 11010100 10011011 1011011 0 11011 111001 10001 100000 111010 111011

Color Harmonies of #D49B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B5B

Black with #D49B5B

Text Example


Text Example

White with #D49B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B5B; }

 p { color: rgb(212,155,91); }

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

background-color css

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

 a { background-color: rgb(212,155,91); }

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

border-color css

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

 span { border-color: rgb(212,155,91); }

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