Html Css Color HEX #D39C5E Porsche

📋 copy color: '#D39C5E'

red 211 ◦ green 156 ◦ blue 94

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

Shades of Porsche #D39C5E

Tints of Porsche #D39C5E

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 45.77%
G = 33.84%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D39C5E (or 0xD39C5E) is known color: Porsche. HEX triplet: D3, 9C and 5E. RGB value is (211,156,94). Sum of RGB (Red+Green+Blue) = 211+156+94=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C5E is #2C63A1. Grayscale: #A5A5A5. Windows color (decimal): -2909090 or 6200531. OLE color: 6200531.

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

Color convert

RGB 211 156 94 -
CMYK 0 0.26 0.55 0.17
HSL 31.79º 0.57% 0.6% -
HSV(B) 31.79º 0.55% 0.83% -
XYZ 40.77 38.43 15.86 -
YUV 165.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 211 156 94 0 0.26 0.55 0.17 31.79 0.57 0.6
Hex D3 9C 5E 0 1A 37 11 20 39 3C
Octal 323 234 136 0 32 67 21 40 71 74
Binary 11010011 10011100 1011110 0 11010 110111 10001 100000 111001 111100

Color Harmonies of #D39C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C5E

Black with #D39C5E

Text Example


Text Example

White with #D39C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C5E; }

 p { color: rgb(211,156,94); }

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

background-color css

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

 a { background-color: rgb(211,156,94); }

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

border-color css

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

 span { border-color: rgb(211,156,94); }

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