Html Css Color HEX #D39950 Porsche

📋 copy color: '#D39950'

red 211 ◦ green 153 ◦ blue 80

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

Shades of Porsche #D39950

Tints of Porsche #D39950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 47.52%
G = 34.46%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D39950 (or 0xD39950) is known color: Porsche. HEX triplet: D3, 99 and 50. RGB value is (211,153,80). Sum of RGB (Red+Green+Blue) = 211+153+80=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D39950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39950 is #2C66AF. Grayscale: #A2A2A2. Windows color (decimal): -2909872 or 5282259. OLE color: 5282259.

HSL color Cylindrical-coordinate representation of color #D39950: hue angle of 33.44º 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 #D39950 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 80 -
CMYK 0 0.27 0.62 0.17
HSL 33.44º 0.6% 0.57% -
HSV(B) 33.44º 0.62% 0.83% -
XYZ 39.7 37.21 12.68 -
YUV 162.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 211 153 80 0 0.27 0.62 0.17 33.44 0.6 0.57
Hex D3 99 50 0 1B 3E 11 21 3C 39
Octal 323 231 120 0 33 76 21 41 74 71
Binary 11010011 10011001 1010000 0 11011 111110 10001 100001 111100 111001

Color Harmonies of #D39950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39950

Black with #D39950

Text Example


Text Example

White with #D39950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39950; }

 p { color: rgb(211,153,80); }

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

background-color css

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

 a { background-color: rgb(211,153,80); }

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

border-color css

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

 span { border-color: rgb(211,153,80); }

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