Html Css Color HEX #D39D5C Porsche

📋 copy color: '#D39D5C'

red 211 ◦ green 157 ◦ blue 92

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

Shades of Porsche #D39D5C

Tints of Porsche #D39D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 45.87%
G = 34.13%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D39D5C (or 0xD39D5C) is known color: Porsche. HEX triplet: D3, 9D and 5C. RGB value is (211,157,92). Sum of RGB (Red+Green+Blue) = 211+157+92=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D5C is #2C62A3. Grayscale: #A6A6A6. Windows color (decimal): -2908836 or 6069715. OLE color: 6069715.

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

Color convert

RGB 211 157 92 -
CMYK 0 0.26 0.56 0.17
HSL 32.77º 0.57% 0.59% -
HSV(B) 32.77º 0.56% 0.83% -
XYZ 40.85 38.74 15.45 -
YUV 165.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 211 157 92 0 0.26 0.56 0.17 32.77 0.57 0.59
Hex D3 9D 5C 0 1A 38 11 21 39 3B
Octal 323 235 134 0 32 70 21 41 71 73
Binary 11010011 10011101 1011100 0 11010 111000 10001 100001 111001 111011

Color Harmonies of #D39D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D5C

Black with #D39D5C

Text Example


Text Example

White with #D39D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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