Html Css Color HEX #D39D53 Porsche

📋 copy color: '#D39D53'

red 211 ◦ green 157 ◦ blue 83

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

Shades of Porsche #D39D53

Tints of Porsche #D39D53

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.81%

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 46.78%
G = 34.81%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D39D53 (or 0xD39D53) is known color: Porsche. HEX triplet: D3, 9D and 53. RGB value is (211,157,83). Sum of RGB (Red+Green+Blue) = 211+157+83=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D53 is #2C62AC. Grayscale: #A5A5A5. Windows color (decimal): -2908845 or 5479891. OLE color: 5479891.

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

Color convert

RGB 211 157 83 -
CMYK 0 0.26 0.61 0.17
HSL 34.69º 0.59% 0.58% -
HSV(B) 34.69º 0.61% 0.83% -
XYZ 40.48 38.59 13.5 -
YUV 164.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 211 157 83 0 0.26 0.61 0.17 34.69 0.59 0.58
Hex D3 9D 53 0 1A 3D 11 23 3B 3A
Octal 323 235 123 0 32 75 21 43 73 72
Binary 11010011 10011101 1010011 0 11010 111101 10001 100011 111011 111010

Color Harmonies of #D39D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D53

Black with #D39D53

Text Example


Text Example

White with #D39D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D53; }

 p { color: rgb(211,157,83); }

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

background-color css

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

 a { background-color: rgb(211,157,83); }

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

border-color css

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

 span { border-color: rgb(211,157,83); }

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